Skip to content

Commit ddca5d9

Browse files
chore(deps): update actions/checkout action to v6 (#2818)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c539653 commit ddca5d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- 9200:9200
4545

4646
steps:
47-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
47+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4848

4949
- name: update
5050
run: sudo apt-get update -y
@@ -106,7 +106,7 @@ jobs:
106106
frontend-tests:
107107
runs-on: ubuntu-24.04
108108
steps:
109-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
109+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
110110

111111
- name: Setup NodeJS
112112
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
github.event_name == 'workflow_dispatch' ||
1717
github.event.workflow_run.conclusion == 'success'
1818
steps:
19-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
19+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2020
with:
2121
ref: release
2222
- uses: akhileshns/heroku-deploy@e3eb99d45a8e2ec5dca08735e089607befa4bf28

.github/workflows/release-candiate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
github.event_name == 'workflow_dispatch' ||
1717
github.event.workflow_run.conclusion == 'success'
1818
steps:
19-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
19+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2020
with:
2121
ref: release-candidate
2222
- uses: akhileshns/heroku-deploy@e3eb99d45a8e2ec5dca08735e089607befa4bf28

0 commit comments

Comments
 (0)