Skip to content

Commit 7750dac

Browse files
committed
CI: Bump actions/checkout v4 to v5
Signed-off-by: Richard T Bonhomme <[email protected]>
1 parent 84be9c6 commit 7750dac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Steps represent a sequence of tasks that will be executed as part of the job
3131
steps:
3232
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434

3535
# Runs a single command using the runners shell
3636
- name: operational test
@@ -57,7 +57,7 @@ jobs:
5757
# Steps represent a sequence of tasks that will be executed as part of the job
5858
steps:
5959
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v5
6161

6262
# Runs a single command using the runners shell
6363
- name: Run a one-line script
@@ -84,7 +84,7 @@ jobs:
8484
# Steps represent a sequence of tasks that will be executed as part of the job
8585
steps:
8686
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
87-
- uses: actions/checkout@v4
87+
- uses: actions/checkout@v5
8888

8989
# Runs a single command using the runners shell
9090
- name: Run a one-line script

0 commit comments

Comments
 (0)