Skip to content

Commit 915eb71

Browse files
committed
Update missed GitHub Action versions
Update Action versions that were missed when Lineage updates were merged.
1 parent 2b5f9d7 commit 915eb71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: cisagov/setup-env-github-action@develop
108108
- uses: actions/checkout@v3
109109
- id: setup-python
110-
uses: actions/setup-python@v3
110+
uses: actions/setup-python@v4
111111
with:
112112
python-version: "3.10"
113113
- uses: actions/cache@v3
@@ -146,7 +146,7 @@ jobs:
146146
- "3.8"
147147
- "3.9"
148148
steps:
149-
- uses: actions/checkout@v2
149+
- uses: actions/checkout@v3
150150
- name: Get the short SHA for the commit being used
151151
run: |
152152
echo "GH_SHORT_SHA=${GITHUB_SHA::7}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)