Skip to content

Commit bd61dbf

Browse files
authored
Merge pull request #3106 from wwmm/dependabot/github_actions/actions/checkout-4.1.4
Bump actions/checkout from 4.1.3 to 4.1.4
2 parents dd8cd56 + 4ab6a8b commit bd61dbf

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/CI.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
github_commit_desc: ${{ steps.get_commit_desc.outputs.github_commit_desc }}
1616
steps:
1717
- name: Checkout
18-
uses: actions/[email protected].3
18+
uses: actions/[email protected].4
1919
with:
2020
fetch-depth: 0
2121

@@ -50,7 +50,7 @@ jobs:
5050
options: --privileged
5151
steps:
5252
- name: Checkout
53-
uses: actions/[email protected].3
53+
uses: actions/[email protected].4
5454

5555
- name: Enable errors on warnings
5656
run: |
@@ -94,7 +94,7 @@ jobs:
9494
needs: prepare
9595
steps:
9696
- name: Checkout
97-
uses: actions/[email protected].3
97+
uses: actions/[email protected].4
9898
with:
9999
# needed for getting git describe info for pkgver() in pkgbuild
100100
fetch-depth: 0
@@ -131,7 +131,7 @@ jobs:
131131

132132
steps:
133133
- name: Checkout repository
134-
uses: actions/[email protected].3
134+
uses: actions/[email protected].4
135135

136136
- name: Install deps
137137
run: |
@@ -191,7 +191,7 @@ jobs:
191191

192192
steps:
193193
- name: Checkout repository
194-
uses: actions/[email protected].3
194+
uses: actions/[email protected].4
195195

196196
- name: Install deps
197197
run: |
@@ -219,7 +219,7 @@ jobs:
219219

220220
steps:
221221
- name: Checkout repository
222-
uses: actions/[email protected].3
222+
uses: actions/[email protected].4
223223

224224
- name: Install deps
225225
run: |
@@ -285,7 +285,7 @@ jobs:
285285
image: archlinux
286286
steps:
287287
- name: Checkout code
288-
uses: actions/[email protected].3
288+
uses: actions/[email protected].4
289289

290290
- name: Install deps
291291
run: pacman -Syu --noconfirm appstream appstream-glib libxslt which

.github/workflows/deploy-help.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-22.04
2929
steps:
3030
- name: Checkout
31-
uses: actions/[email protected].3
31+
uses: actions/[email protected].4
3232

3333
- name: Setup Pages
3434
uses: actions/[email protected]

.github/workflows/flatpak-update.yaml

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

1111
steps:
12-
- uses: actions/[email protected].3
12+
- uses: actions/[email protected].4
1313
with:
1414
# we can't push changes to a fork via a shallow update, we need to clone the full repo
1515
fetch-depth: 0

.github/workflows/translation-templates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: pacman -Syu --noconfirm git
1616

1717
- name: Checkout
18-
uses: actions/[email protected].3
18+
uses: actions/[email protected].4
1919

2020
- name: Install deps
2121
run: |

0 commit comments

Comments
 (0)