Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
these actions worked in testing action
  • Loading branch information
jdub233 committed Jul 24, 2024
1 parent 895fcc9 commit 49d15fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.7
- uses: aws-actions/setup-sam@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4.0.3
with:
node-version: '18'
- uses: aws-actions/configure-aws-credentials@v2
Expand Down

0 comments on commit 49d15fe

Please sign in to comment.