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 Sep 4, 2023
1 parent 3400194 commit 162c74d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
outputs:
version: ${{ steps.version-step.outputs.version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Extract current version
id: version-step
Expand All @@ -25,7 +25,7 @@ jobs:
name: Files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Generate variants
run: ./images/yourls/bin/generate-variants.sh dist/
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
matrix:
variant: [fpm-alpine, fpm, apache]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: docker-library/official-images

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Stackbrew
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: dist

Expand All @@ -37,7 +37,7 @@ jobs:
needs:
- stackbrew
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: docker-library/official-images

Expand Down

0 comments on commit 162c74d

Please sign in to comment.