Skip to content

Commit

Permalink
Merge pull request #8 from NickLiffen/dependabot/github_actions/depen…
Browse files Browse the repository at this point in the history
…dencies-9f3e3c2c10

Bump the dependencies group with 5 updates
  • Loading branch information
NickLiffen authored Jul 4, 2023
2 parents 2c65226 + 359ab0f commit 3191655
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
REGION: us-east-1
environment: main
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14"
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Setup Cloud Formation Linter with Latest Version
Expand All @@ -27,8 +27,8 @@ jobs:
run: |
cfn-lint --version
cfn-lint -t ./template.yml
- uses: aws-actions/setup-sam@v1
- uses: aws-actions/configure-aws-credentials@v1
- uses: aws-actions/setup-sam@v2
- uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 3191655

Please sign in to comment.