Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.1.4 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.4...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 13, 2024
1 parent f4869d1 commit c473ce5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
name: Check whether images are up-to-date
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
token: ${{ secrets.WORKFLOW_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
mcvs-docker-action:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.7
- uses: schubergphilis/mcvs-docker-action@v0.3.2
with:
dockle-accept-key: libcrypto3,libssl3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- os: windows-latest
shasum: sha512sum
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.7
- name: Set up Go
uses: actions/setup-go@v5.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
mcvs-golang-action:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.7
- uses: schubergphilis/mcvs-golang-action@v0.4.1
with:
golang-unit-tests-exclusions: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.7
- uses: actions/setup-go@v5.0.0
with:
go-version-file: 'go.mod'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- os: windows-latest
shasum: sha512sum
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.7
with:
ref: main
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapcraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
needs: [release]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.7
with:
ref: main
- uses: snapcore/action-build@v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
YAMLLINT_CONFIG_FILE: /code/configs/.yamllint.yaml
options: --cpus 1
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.7
- name: run yamllint
run: yamllint .

0 comments on commit c473ce5

Please sign in to comment.