Skip to content

Commit 46a2ee1

Browse files
authored
Merge pull request #25 from kosli-dev/dependabot/github_actions/actions/checkout-7
chore(deps): bump actions/checkout from 6 to 7
2 parents 36ce997 + 4be3967 commit 46a2ee1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "prerelease=${{ contains(github.ref_name, '-') }}" >> "$GITHUB_OUTPUT"
3434

3535
- name: Checkout
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737
with:
3838
fetch-depth: 0
3939

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
version: ["2.11.27", "2", "2.11", "latest"]
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2525

2626
- name: Install deps and build
2727
run: npm ci && npm run build

0 commit comments

Comments
 (0)