Skip to content

Commit

Permalink
Use the right version of checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jchrisfarris committed Dec 9, 2023
1 parent 80a8201 commit 79335a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-to-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Run Sync
run: |
aws cloudformation package --template-file cloudformation/BillingMetrics-Template.yaml --s3-bucket ${S3_BUCKET} \
Expand Down

0 comments on commit 79335a3

Please sign in to comment.