Skip to content

Commit e5648eb

Browse files
renovate[bot]nikku
authored andcommitted
chore: update actions/checkout action to v5
1 parent abafad5 commit e5648eb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Use Node.js
1717
uses: actions/setup-node@v4
1818
with:

.github/workflows/MERGE_MASTER_TO_DEVELOP.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout develop
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
ref: develop
1818
fetch-depth: 0

.github/workflows/POST_RELEASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- name: Set TAG
1919
run: echo "TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
2020
- name: Wait for published

.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Check out repository code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- name: Setup NPM cache
1919
uses: actions/setup-node@v4
2020
with:

.github/workflows/VISUAL_REGRESSION.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
options: --user 1001:1000
1010
steps:
1111
- name: Check out repository code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
- name: Setup NPM cache
1414
uses: actions/setup-node@v4
1515
with:

0 commit comments

Comments
 (0)