Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Bump actions/checkout from 2.3.4 to 3 #8043

Merged
merged 1 commit into from Mar 18, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
UID: 0

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3

- name: Environment info
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation-build.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3

- uses: actions/setup-python@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-lints.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3

- uses: actions/setup-python@v3
with:
Expand Down