Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.6 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.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]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 3280525 commit 68ca6c3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Set up Docker Buildx
uses: docker/[email protected]
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> "$GITHUB_ENV"

- name: Checkout Code
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Set up Docker Buildx
uses: docker/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_docker_image_dry_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Set up Docker Buildx
uses: docker/[email protected]
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Set up Docker Buildx
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
# Checks out a copy of your repository on the ubuntu-latest machine
- name: Checkout code
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
# Get all history to be able to identify changed files
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_local_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Test CCS Build
steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: CCS Build action step - Release
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_released_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Test CCS Build
steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: "Login to github container registry"
uses: docker/[email protected]
Expand Down

0 comments on commit 68ca6c3

Please sign in to comment.