Skip to content

Commit 7a01bbb

Browse files
chore(deps): update github-actions
1 parent 56cb6cb commit 7a01bbb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
- uses: voidzero-dev/setup-vp@4f5aa3e38c781f1b01e78fb9255527cee8a6efa6 # v1.8.0
1818
with:
1919
cache: true
@@ -28,7 +28,7 @@ jobs:
2828
if: github.event_name == 'pull_request'
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3232
- uses: voidzero-dev/setup-vp@4f5aa3e38c781f1b01e78fb9255527cee8a6efa6 # v1.8.0
3333
with:
3434
cache: true
@@ -39,7 +39,7 @@ jobs:
3939
VOID_TOKEN: ${{ secrets.VOID_TOKEN }}
4040
VOID_PROJECT: vp-setup-staging
4141
- name: Comment on PR
42-
uses: actions/github-script@v9
42+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
4343
with:
4444
script: |
4545
const marker = '<!-- staging-deploy -->';

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v6
11+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1212
- uses: voidzero-dev/setup-vp@4f5aa3e38c781f1b01e78fb9255527cee8a6efa6 # v1.8.0
1313
with:
1414
cache: true

0 commit comments

Comments
 (0)