Skip to content

Commit 3c2c49f

Browse files
Bump actions/checkout from 3 to 4 (#45)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 877951f commit 3c2c49f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
metric_frequency: 1
2020
comment_on_pr: false
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: build
2323
run: |
2424
sudo apt-get update
@@ -44,7 +44,7 @@ jobs:
4444
needs: build
4545
if: github.ref == 'refs/heads/main' && github.event.inputs.component == ''
4646
steps:
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v4
4848
- name: tag latest
4949
run: |
5050
git tag --force latest
@@ -64,7 +64,7 @@ jobs:
6464
needs: build
6565
if: github.ref == 'refs/heads/main' && github.event.inputs.component != ''
6666
steps:
67-
- uses: actions/checkout@v3
67+
- uses: actions/checkout@v4
6868
with:
6969
fetch-depth: 0
7070
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)