Skip to content

Commit 69b58ae

Browse files
chore(deps): update github actions (#54)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd93581 commit 69b58ae

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
app-id: ${{ vars.APP_ID }}
2424
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2525

26-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
26+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
2727
with:
2828
token: ${{ steps.app-token.outputs.token }}
2929

30-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
30+
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
3131
with:
3232
node-version: "lts/*"
3333
cache: "npm"
@@ -36,7 +36,7 @@ jobs:
3636
run: npm ci
3737

3838
- name: Checkout jellyrock
39-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
39+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
4040
with:
4141
repository: jellyrock/jellyrock
4242
path: jellyrock

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
28+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
2929

3030
- name: Set up SSH
3131
env:

.github/workflows/update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
env:
3030
GH_TOKEN: ${{ steps.app-token.outputs.token }}
3131

32-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
32+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
3333
with:
3434
ref: ${{ github.ref_name }}
3535
token: ${{ steps.app-token.outputs.token }}
3636
fetch-depth: 0
3737

38-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
38+
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
3939
with:
4040
node-version: "lts/*"
4141
cache: "npm"
@@ -44,7 +44,7 @@ jobs:
4444
run: npm ci
4545

4646
- name: Checkout jellyrock
47-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
47+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
4848
with:
4949
repository: jellyrock/jellyrock
5050
path: jellyrock

0 commit comments

Comments
 (0)