Skip to content

Commit b3373e5

Browse files
authored
Merge pull request #379 from xt0rted/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 4.3.0 to 5.0.0
2 parents 0ef39b5 + d33093b commit b3373e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Check out repo
26-
uses: actions/checkout@v4.3.0
26+
uses: actions/checkout@v5.0.0
2727

2828
- name: Install Node
2929
uses: actions/[email protected]
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Check out repo
51-
uses: actions/checkout@v4.3.0
51+
uses: actions/checkout@v5.0.0
5252

5353
- name: Install Node
5454
uses: actions/[email protected]

.github/workflows/codeql-analysis.yml

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

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v4.3.0
33+
uses: actions/checkout@v5.0.0
3434

3535
- name: Initialize CodeQL
3636
uses: github/codeql-action/init@v3

.github/workflows/release.yml

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

2929
- name: Check out repository
30-
uses: actions/checkout@v4.3.0
30+
uses: actions/checkout@v5.0.0
3131

3232
- name: Set up Node.js
3333
uses: actions/[email protected]

0 commit comments

Comments
 (0)