Skip to content

Commit 593a1ae

Browse files
committed
chore: update checkout version
1 parent 40365b9 commit 593a1ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cicd.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020

2121
steps:
2222
- name: Checkout this repository
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424

2525
- name: Checkout actions repository
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v4
2727
with:
2828
repository: Exabyte-io/actions
2929
token: ${{ secrets.BOT_GITHUB_TOKEN }}
@@ -43,10 +43,10 @@ jobs:
4343

4444
steps:
4545
- name: Checkout this repository
46-
uses: actions/checkout@v2
46+
uses: actions/checkout@v4
4747

4848
- name: Checkout actions repository
49-
uses: actions/checkout@v2
49+
uses: actions/checkout@v4
5050
with:
5151
repository: Exabyte-io/actions
5252
token: ${{ secrets.BOT_GITHUB_TOKEN }}
@@ -79,7 +79,7 @@ jobs:
7979

8080
steps:
8181
- name: Checkout actions repository
82-
uses: actions/checkout@v2
82+
uses: actions/checkout@v4
8383
with:
8484
repository: Exabyte-io/actions
8585
token: ${{ secrets.BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)