Skip to content

Commit b87d908

Browse files
Update actions/checkout action to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 916947a commit b87d908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gnul.yml

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

1010
steps:
1111
- name: Checkout the codebase in local working directory
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Setup a functioning local Python 3 installation
1515
uses: actions/setup-python@v5

.github/workflows/mswn.yml

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

1010
steps:
1111
- name: Checkout the codebase in local working directory
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Setup a functioning local Python 3 installation
1515
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)