Skip to content

Commit 24e2c0b

Browse files
dependabot[bot]devpow112
authored andcommitted
build(deps): bump actions/checkout from 5.0.0 to 5.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac026e4 commit 24e2c0b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 5
1010
steps:
1111
- name: Checkout
12-
uses: actions/[email protected].0
12+
uses: actions/[email protected].1
1313
with:
1414
fetch-depth: 0
1515
- name: Set up node
@@ -33,7 +33,7 @@ jobs:
3333
timeout-minutes: 5
3434
steps:
3535
- name: Checkout
36-
uses: actions/[email protected].0
36+
uses: actions/[email protected].1
3737
- name: Set up node
3838
uses: actions/[email protected]
3939
with:
@@ -55,7 +55,7 @@ jobs:
5555
timeout-minutes: 5
5656
steps:
5757
- name: Checkout
58-
uses: actions/[email protected].0
58+
uses: actions/[email protected].1
5959
- name: Set up node
6060
uses: actions/[email protected]
6161
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id-token: write
2323
steps:
2424
- name: Checkout
25-
uses: actions/[email protected].0
25+
uses: actions/[email protected].1
2626
with:
2727
persist-credentials: false
2828
- name: Set up node

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 5
1818
steps:
1919
- name: Checkout
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
- name: Sync labels
2222
uses: micnncim/[email protected]
2323
with:

.github/workflows/update-license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
REGEX: ^(Copyright \(c\) )[0-9]{4}( Devon Powell)$
1919
steps:
2020
- name: Checkout
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].1
2222
- name: Determine info
2323
shell: bash
2424
id: info

.github/workflows/update-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 5
1717
steps:
1818
- name: Checkout
19-
uses: actions/[email protected].0
19+
uses: actions/[email protected].1
2020
- name: Determine info
2121
shell: bash
2222
id: info

0 commit comments

Comments
 (0)