Skip to content

Commit 72136b1

Browse files
authored
Merge pull request #185 from thbeu/bump-actions-checkout
Bump actions/checkout
2 parents 2d955fb + 138f0d0 commit 72136b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout Code
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434

3535
- name: Setup
3636
run: sudo apt-get install build-essential libtool-bin
@@ -90,7 +90,7 @@ jobs:
9090

9191
steps:
9292
- name: Checkout Code
93-
uses: actions/checkout@v4
93+
uses: actions/checkout@v5
9494

9595
- name: Configure (${{ matrix.configuration }})
9696
run: |
@@ -137,7 +137,7 @@ jobs:
137137
run: git config --global core.autocrlf input
138138

139139
- name: Checkout Code
140-
uses: actions/checkout@v4
140+
uses: actions/checkout@v5
141141

142142
- name: Setup cygwin
143143
uses: cygwin/cygwin-install-action@master
@@ -172,7 +172,7 @@ jobs:
172172

173173
steps:
174174
- name: Checkout Code
175-
uses: actions/checkout@v4
175+
uses: actions/checkout@v5
176176

177177
- name: Make
178178
shell: cmd

0 commit comments

Comments
 (0)