Skip to content

Update actions/checkout action to v2.7.0 #33

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Update actions/checkout action to v2.7.0
  • Loading branch information
renovate[bot] authored Mar 24, 2023
commit 05a1a5230af978eff41c66eceb3d0dd00809ca93
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.7.0

# Define if tests and push should be run against which versions/platforms
- name: Prepare
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- tag-does-not-exist
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.7.0

- name: Set up QEMU
uses: docker/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Check out the codebase.
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.7.0

- name: Hadolint Action
# You may pin to the exact commit or the version.
Expand All @@ -29,7 +29,7 @@ jobs:

steps:
- name: Check out the codebase.
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.7.0

- name: Set up Python 3.
uses: actions/[email protected]
Expand Down