Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.6 to 4.1.7 (#296)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 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.6...v4.1.7)

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

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 Jun 16, 2024
1 parent 520f594 commit 444e9e4
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/deploy_ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Run hadolint against docker files
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Pull hadolint/hadolint:latest Image
run: docker pull hadolint/hadolint:latest
- name: Run hadolint against Dockerfiles
Expand All @@ -48,7 +48,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 2

Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 2

Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 2

Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 2

Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 2

Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 2

Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 2

Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 2

Expand Down Expand Up @@ -458,7 +458,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 2

Expand Down Expand Up @@ -509,7 +509,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 2

Expand Down Expand Up @@ -560,7 +560,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_wreadsb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Pull markdownlint/markdownlint:latest Image
run: docker pull markdownlint/markdownlint:latest
- name: Run markdownlint against *.md files
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Run hadolint against docker files
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Pull hadolint/hadolint:latest Image
run: docker pull hadolint/hadolint:latest
- name: Run hadolint against Dockerfiles
Expand All @@ -47,7 +47,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0
# List of files to check to trigger a rebuild on this job
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0
# List of files to check to trigger a rebuild on this job
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0
# List of files to check to trigger a rebuild on this job
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0
# List of files to check to trigger a rebuild on this job
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0
# List of files to check to trigger a rebuild on this job
Expand Down Expand Up @@ -460,7 +460,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0
# List of files to check to trigger a rebuild on this job
Expand Down Expand Up @@ -553,7 +553,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0
# List of files to check to trigger a rebuild on this job
Expand Down Expand Up @@ -646,7 +646,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0
# List of files to check to trigger a rebuild on this job
Expand Down Expand Up @@ -739,7 +739,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0
# List of files to check to trigger a rebuild on this job
Expand Down Expand Up @@ -833,7 +833,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0
# List of files to check to trigger a rebuild on this job
Expand Down Expand Up @@ -923,7 +923,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0
# List of files to check to trigger a rebuild on this job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Run yamllint against YAML files
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: yaml-lint
uses: ibiqlik/[email protected]
with:
Expand Down

0 comments on commit 444e9e4

Please sign in to comment.