Skip to content

Commit cee25dd

Browse files
committed
update actions/checkout to v6 and actions/github-script to v8
1 parent 3ca2539 commit cee25dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
runs-on: ubuntu-latest
55
steps:
6-
- uses: actions/checkout@v4
6+
- uses: actions/checkout@v6
77
- name: Install dependencies
88
run: |
99
sudo apt-get install -y rpm
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Create Release
4141
if: ${{ github.ref == 'refs/heads/main' }}
42-
uses: actions/github-script@v7
42+
uses: actions/github-script@v8
4343
with:
4444
github-token: ${{ github.token }}
4545
script: |

0 commit comments

Comments
 (0)