Skip to content

Commit b59083e

Browse files
authored
Merge pull request #98 from rezstream/dependabot/github_actions/actions/checkout-3.6.0
Bump actions/checkout from 3.5.3 to 3.6.0
2 parents 25e9d1c + 807ab5b commit b59083e

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
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Check out repository
29-
uses: actions/checkout@v3.5.3
29+
uses: actions/checkout@v3.6.0
3030

3131
- name: Set up Node.js ${{ matrix.node }}
3232
uses: actions/[email protected]

.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@v3.5.3
26+
uses: actions/checkout@v3.6.0
2727

2828
- name: Set up Node.js
2929
uses: actions/[email protected]

0 commit comments

Comments
 (0)