Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] committed Dec 18, 2023
1 parent 877951f commit 41cb149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
metric_frequency: 1
comment_on_pr: false
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: build
run: |
sudo apt-get update
Expand All @@ -44,7 +44,7 @@ jobs:
needs: build
if: github.ref == 'refs/heads/main' && github.event.inputs.component == ''
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: tag latest
run: |
git tag --force latest
Expand All @@ -64,7 +64,7 @@ jobs:
needs: build
if: github.ref == 'refs/heads/main' && github.event.inputs.component != ''
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 41cb149

Please sign in to comment.