Skip to content

Commit 3ce6cb7

Browse files
authored
Merge pull request #267 from Staffbase/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 4 to 6
2 parents 31792e5 + 802d5b3 commit 3ce6cb7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
- name: Use Node.js
2222
uses: actions/setup-node@v4
2323
with:
@@ -46,7 +46,7 @@ jobs:
4646
app-id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
4747
private-key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}
4848

49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v6
5050
with:
5151
persist-credentials: false
5252
ref: ${{ github.head_ref }}

.github/workflows/size-limit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
env:
1010
CI_JOB_NUMBER: 1
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- uses: andresz1/size-limit-action@v1
1414
with:
1515
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/yarn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-slim
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v4
9+
uses: actions/checkout@v6
1010
- name: Yarn Lock Changes
1111
uses: Simek/yarn-lock-changes@v0.12.0
1212
with:

0 commit comments

Comments
 (0)