Skip to content

Commit

Permalink
Update andstor/file-existence-action (#14)
Browse files Browse the repository at this point in the history
Resolves a GHA warning about the prior version using deprecated Node 16
  • Loading branch information
alexeagle authored Feb 21, 2024
1 parent 8344aa7 commit de0f819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
# Checks for the existence of test.sh in the folder. Downstream steps can use
# steps.has_test_sh.outputs.files_exists as a conditional.
id: has_test_sh
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "${{ matrix.folder }}/test.sh"

Expand Down

0 comments on commit de0f819

Please sign in to comment.