Skip to content

Commit

Permalink
Update actions plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-bell committed Jun 12, 2023
1 parent 059a2cd commit ae52c1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Build and test backend service
Expand All @@ -36,7 +36,7 @@ jobs:
# needs: build-and-test
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v3
# - uses: akhileshns/[email protected] # Deploy to Heroku action
# with:
# heroku_api_key: ${{secrets.HEROKU_API_KEY}}
Expand Down

0 comments on commit ae52c1f

Please sign in to comment.