Skip to content

Commit 02085ce

Browse files
Bump actions/checkout from 4.2.2 to 5.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 236b1e0 commit 02085ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ports:
3232
- 6379:6379
3333
steps:
34-
- uses: actions/checkout@v4.2.2
34+
- uses: actions/checkout@v5.0.1
3535
- name: docker build (target builder)
3636
run: DOCKER_BUILDKIT=1 docker build --target builder --file Dockerfile --tag allaboutapps.dev/aw/go-starter:builder-${GITHUB_SHA} .
3737
- name: docker build (target app)
@@ -94,7 +94,7 @@ jobs:
9494
# swagger-codegen-cli:
9595
# runs-on: ubuntu-latest
9696
# steps:
97-
# - uses: actions/checkout@v4.2.2
97+
# - uses: actions/checkout@v5.0.1
9898
# - name: run the main swagger.yml validation
9999
# run: |
100100
# docker run --rm -v ${{ github.workspace }}:/local swaggerapi/swagger-codegen-cli validate -i /local/api/swagger.yml

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v4.2.2
38+
uses: actions/checkout@v5.0.1
3939
with:
4040
# We must fetch at least the immediate parents so that if this is
4141
# a pull request then we can checkout the head.

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77

88
steps:
9-
- uses: actions/checkout@v4.2.2
9+
- uses: actions/checkout@v5.0.1
1010
- name: Setup Go
1111
uses: actions/setup-go@v5
1212
with:

0 commit comments

Comments
 (0)