mirror of
https://github.com/actions/github-script.git
synced 2025-12-08 08:06:23 +00:00
Update GitHub actions packages
Update actions/checkout, actions/setup-node, actions/cache, and actions/upload-artifact from v2 to v3. Signed-off-by: Austin Vazquez <macedonv@amazon.com>
This commit is contained in:
2
.github/workflows/pull-request-test.yml
vendored
2
.github/workflows/pull-request-test.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
pull-request-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ./
|
||||
with:
|
||||
script: |
|
||||
|
||||
Reference in New Issue
Block a user