Skip to content

chore(deps): update actions/checkout action to v5 #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Source checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Setup yq'
uses: dcarbone/install-yq-action@v1.3.1
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- create-multi-arch-manifests
steps:
- name: Source checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Source checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Setup yq'
uses: dcarbone/install-yq-action@v1.3.1
Expand All @@ -30,7 +30,7 @@ jobs:
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Extract version number
id: extract_version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security_scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Source checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Setup yq'
uses: dcarbone/install-yq-action@v1.3.1
Expand All @@ -36,7 +36,7 @@ jobs:
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Extract version number
id: extract_version
Expand Down
Loading