Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#115)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 24, 2024
1 parent ac41dea commit 18128d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: 'Checkout Jammy Repo'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get version
run: |
Expand All @@ -19,7 +19,7 @@ jobs:
echo "release=${REL}" >> $GITHUB_ENV
- name: 'Checkout mainline Repo'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: mainline
persist-credentials: false
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: 'Checkout Jammy Repo'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get version
run: |
Expand All @@ -52,7 +52,7 @@ jobs:
echo "release=${REL}" >> $GITHUB_ENV
- name: 'Checkout kubuntuJammy Repo'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: kubuntuJammy
persist-credentials: false
Expand All @@ -74,7 +74,7 @@ jobs:
ISO:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build
run: sudo ./build_in_docker.sh
Expand Down

0 comments on commit 18128d2

Please sign in to comment.