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)
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and LimitlessGreen committed Aug 28, 2024
1 parent efdf9fb commit fc199f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/eventbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

### ONLY THIS RELEVANT FOR BUILDING ###
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: update
run: sudo apt-get update
- name: remove even more
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
echo "ARTIFACT_PREFIX=${ARTIFACT_PREFIX}" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: dep
run: sudo apt update && sudo apt-get install -y unzip curl git qemu qemu-user-static binfmt-support
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
- name: debug
run: df -h

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
# - name: debug
# run: df -h

# - uses: actions/checkout@v3
# - uses: actions/checkout@v4

# - uses: actions/download-artifact@v3
# with:
Expand Down

0 comments on commit fc199f5

Please sign in to comment.