1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2025-11-30 19:48:14 +01:00

ci: update actions/checkout action to v6

This commit is contained in:
renovate[bot]
2025-11-27 01:06:48 +00:00
committed by Christian Nicolai
parent e917b7706f
commit d49cf19080

View File

@@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
@@ -40,7 +40,7 @@ jobs:
env:
kind-version: v0.17.0
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
@@ -64,7 +64,7 @@ jobs:
actionlint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Check workflow files
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
@@ -74,7 +74,7 @@ jobs:
codeql:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.