Skip to content

Commit

Permalink
Merge pull request #37 from ppc64le-cloud/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
Power Cloud Robot authored Oct 1, 2024
2 parents 6db50a7 + 19a8fb5 commit c42df15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-dependent-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Log into registry ${{ env.IMAGE_REGISTRY }}
uses: docker/login-action@v3
Expand Down

0 comments on commit c42df15

Please sign in to comment.