Skip to content

Commit b131701

Browse files
authored
Merge pull request #6 from bitly/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 230a481 + 078a2ab commit b131701

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/npm_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
contents: read
1010
id-token: write
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
# Setup .npmrc file to publish to npm
1414
- uses: actions/setup-node@v6
1515
with:

.github/workflows/pull_requests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
- uses: actions/setup-node@v6
1616
with:
1717
node-version: '22.x'

.github/workflows/update_client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
update-client:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
- name: setup java

0 commit comments

Comments
 (0)