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

Bump actions/checkout from 2 to 3.1.0 #41

Open
wants to merge 1 commit into
base: develop
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- id: setup-env
uses: cisagov/setup-env-github-action@develop
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- id: setup-python
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- "3.9"
- "3.10"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- id: setup-python
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- id: setup-python
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
- "3.9"
- "3.10"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- id: setup-python
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
- 3.7
- 3.8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- name: Get short SHA for the commit being used
run: |
echo "GH_SHORT_SHA=${GITHUB_SHA::7}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- 3.7
- 3.8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- name: Build Docker image
# DOCKER_BUILDKIT=1 tells Docker to use BuildKit when building the
# image per:
Expand Down