Skip to content

Commit 7345f1c

Browse files
build(deps): bump actions/checkout from 2.3.3 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.3 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.3...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36c56ce commit 7345f1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
concurrency:
1515
group: ${{ github.workflow }}-${{ github.ref }}
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v5.0.0
1818

1919
- name: Setup Node
2020
uses: actions/setup-node@v3

.github/workflows/traffic2badge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Code
15-
uses: actions/checkout@v2.3.3
15+
uses: actions/checkout@v5.0.0
1616

1717
- name: Get Commit Message
1818
id: message

0 commit comments

Comments
 (0)