1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 16:40:48 +00:00

Merge branch 'develop' into dependabot/github_actions/actions/checkout-3

This commit is contained in:
Nick 2022-04-01 12:16:34 -04:00 committed by GitHub
commit 6869c6830f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ jobs:
uses: cisagov/setup-env-github-action@develop uses: cisagov/setup-env-github-action@develop
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- id: setup-python - id: setup-python
uses: actions/setup-python@v2 uses: actions/setup-python@v3
with: with:
python-version: 3.9 python-version: 3.9
# We need the Go version and Go cache location for the actions/cache step, # We need the Go version and Go cache location for the actions/cache step,