Skip to content

Commit

Permalink
Merge pull request #51 from mauwii/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4.1.0

Bump actions/checkout from 4.0.0 to 4.1.0
  • Loading branch information
mergify[bot] authored Sep 25, 2023
2 parents 3a17c24 + 2d32b31 commit d66b34b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- name: Checkout code
# kics-scan ignore-line
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: Setup QEMU
# kics-scan ignore-line
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
matrix:
targets: ${{ fromJson(needs.test.outputs.targets) }}
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0

- name: Free up disk space
# kics-scan ignore-line
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: vars.DOCKERHUB_USERNAME != ''
steps:
- name: Checkout code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@dc67fad7001ef9e8e3c124cb7a64e16d0a63d864
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
# Git Checkout
# kics-scan ignore-line
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
name: Checkout Code
with:
set-safe-directory: true
Expand Down

0 comments on commit d66b34b

Please sign in to comment.