Skip to content

Commit 9fdb043

Browse files
committed
chore: update actions/checkout and heroku-deploy versions in workflow files
1 parent 23b6883 commit 9fdb043

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/developToHeroku.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v5
1313

1414
- name: Install Heroku CLI
1515
run: |
1616
curl https://cli-assets.heroku.com/install.sh | sh
1717
18-
- uses: akhileshns/heroku-deploy@v3.12.14 # This is the action
18+
- uses: akhileshns/heroku-deploy@v3.15.15 # This is the action
1919
with:
2020
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
2121
heroku_app_name: "foodoasisdev" #Must be unique in Heroku

.github/workflows/mainToHeroku.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v5
1313

1414
- name: Install Heroku CLI
1515
run: |
1616
curl https://cli-assets.heroku.com/install.sh | sh
1717
18-
- uses: akhileshns/heroku-deploy@v3.12.14 # This is the action
18+
- uses: akhileshns/heroku-deploy@v3.15.15 # This is the action
1919
with:
2020
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
2121
heroku_app_name: "foodoasis" #Must be unique in Heroku

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
if: ${{ !cancelled() }}
3838
with:
3939
name: playwright-report
40-
path: playwright-report/
40+
path: client/playwright-report/
4141
retention-days: 30

.github/workflows/viteToHeroku.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v5
1313

1414
- name: Install Heroku CLI
1515
run: |
1616
curl https://cli-assets.heroku.com/install.sh | sh
1717
18-
- uses: akhileshns/heroku-deploy@v3.12.14 # This is the action
18+
- uses: akhileshns/heroku-deploy@v3.15.15 # This is the action
1919
with:
2020
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
2121
heroku_app_name: "foodoasisvite" # Must be unique in Heroku

0 commit comments

Comments
 (0)