Skip to content

Commit

Permalink
Merge pull request #16349 from austinvazquez/update-github-actions-pa…
Browse files Browse the repository at this point in the history
…ckages

Upgrade GitHub actions packages from v2 to v3
  • Loading branch information
openshift-merge-robot authored Nov 1, 2022
2 parents fa19f57 + bb78ba1 commit 38ffed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_cirrus_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cron_failures:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
with:
persist-credentials: false

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
body: file://./artifacts/email_body.txt

- if: always()
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
with:
name: ${{ github.job }}_artifacts
path: artifacts/*
Expand Down

0 comments on commit 38ffed6

Please sign in to comment.