Skip to content

Commit

Permalink
actions: upgrade checkout and setup-node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Nov 19, 2023
1 parent 6303581 commit fa43f29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
name: ${{ needs.set_environment.outputs.my_env }}
url: ${{ needs.set_environment.outputs.my_url }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: unfor19/install-aws-cli-action@v1

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
link_checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit fa43f29

Please sign in to comment.