Skip to content

Commit

Permalink
Update actions/checkout action to v3.5.3 (#262)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 26, 2023
1 parent 5cc998b commit 32eafac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# NOTE - THIS CHECKOUT MAY CONTAIN UNTRUSTED CODE
# TO AVOID SECRET DISCLOSURE, IT MUST ONLY RUN IN THE SANDBOXED AZURE BUILD ENVIRONMENT
- name: Checkout from PR
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
persist-credentials: false
# conditional - https://github.community/t/possible-to-use-conditional-in-the-env-section-of-a-job/135170/2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
session: ['1 S1', '2 S2', '3 X1', '4 X2', '5 X3', '6 X4']

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 32eafac

Please sign in to comment.