We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d96ed4 + d804695 commit 9d3e8bcCopy full SHA for 9d3e8bc
2 files changed
.github/workflows/container-test.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout
11
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
12
13
- name: Utility Container Build
14
run: make manifest podman-build-amd64
.github/workflows/superlinter.yml
@@ -12,7 +12,7 @@ jobs:
- name: Checkout Code
15
16
with:
17
# Full git history is needed to get a proper list of changed files
18
# within `super-linter`
0 commit comments