1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2024-11-14 18:56:15 +01:00

module: update actions/checkout action to v3

This commit is contained in:
Renovate Bot 2022-05-04 18:06:10 +00:00 committed by Christian Nicolai
parent f135b6ef6a
commit 67fd63a927

View File

@ -12,7 +12,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Set up Python 3.8 - name: Set up Python 3.8
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
@ -39,7 +39,7 @@ jobs:
env: env:
kind-version: v0.11.1 kind-version: v0.11.1
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Set up Python 3.8 - name: Set up Python 3.8
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
@ -63,7 +63,7 @@ jobs:
codeql: codeql:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
# We must fetch at least the immediate parents so that if this is # We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head. # a pull request then we can checkout the head.