Skip to content

Commit e3c5270

Browse files
dependabot[bot]ProgramComputer
authored andcommitted
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 57c3c72 commit e3c5270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: checkout repo content
11-
uses: actions/checkout@v2 # checkout the repository content to github runner.
11+
uses: actions/checkout@v4 # checkout the repository content to github runner.
1212
- name: execute sh script
1313
run: |
1414
shopt -s globstar

0 commit comments

Comments
 (0)