Skip to content

Commit a6b6a50

Browse files
dependabot[bot]rafalkrupinski
authored andcommitted
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...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 d9276eb commit a6b6a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run:
5959
shell: bash
6060
steps:
61-
- uses: actions/checkout@v3
61+
- uses: actions/checkout@v4
6262
with:
6363
fetch-depth: 0
6464

@@ -116,7 +116,7 @@ jobs:
116116
if: github.ref == 'refs/heads/main'
117117
steps:
118118
- name: Checkout code
119-
uses: actions/checkout@v3
119+
uses: actions/checkout@v4
120120
with:
121121
fetch-depth: 0
122122

0 commit comments

Comments
 (0)