Skip to content

Commit 41bd52e

Browse files
authored
Merge pull request #295 from rezstream/dependabot/github_actions/actions/checkout-6.0.0
Bump actions/checkout from 5.0.0 to 6.0.0
2 parents 7752c40 + d4bbc65 commit 41bd52e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Check out repository
30-
uses: actions/checkout@v5.0.0
30+
uses: actions/checkout@v6.0.0
3131

3232
- name: Set up Node.js ${{ matrix.node }}
3333
uses: actions/setup-node@v5.0.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
2424

2525
- name: Check out repository
26-
uses: actions/checkout@v5.0.0
26+
uses: actions/checkout@v6.0.0
2727

2828
- name: Set up Node.js
2929
uses: actions/setup-node@v5.0.0

0 commit comments

Comments
 (0)