Skip to content

Commit c14f6d4

Browse files
kbdharunbilelmoussaoui
authored andcommitted
CI, README: bump actions/checkout to v4
1 parent add7abe commit c14f6d4

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
codespell:
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: codespell-project/actions-codespell@master
1414
with:
1515
check_filenames: true

.github/workflows/docker.yml

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

9494
steps:
9595
- name: Checkout
96-
uses: actions/checkout@v3.2.0
96+
uses: actions/checkout@v4
9797

9898
- name: Set up Docker Buildx
9999
uses: docker/[email protected]

.github/workflows/flatpak-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- cache: no-cache
2626
restore: cache-restored
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- name: Install QEMU deps
3030
if: ${{ matrix.arch != 'x86_64' }}
3131
run: |
@@ -58,7 +58,7 @@ jobs:
5858
image: bilelmoussaoui/flatpak-github-actions:gnome-44
5959
options: --privileged
6060
steps:
61-
- uses: actions/checkout@v3
61+
- uses: actions/checkout@v4
6262
- uses: ./flatpak-builder
6363
with:
6464
manifest-path: ./flatpak-builder/tests/test-project/org.example.MyApp.yaml
@@ -74,7 +74,7 @@ jobs:
7474
image: bilelmoussaoui/flatpak-github-actions:gnome-44
7575
options: --privileged
7676
steps:
77-
- uses: actions/checkout@v3
77+
- uses: actions/checkout@v4
7878
- uses: ./flatpak-builder
7979
with:
8080
bundle: org.example.MyApp.Devel-cache-hit.flatpak
@@ -89,7 +89,7 @@ jobs:
8989
matrix:
9090
node-version: [14.x, 16.x]
9191
steps:
92-
- uses: actions/checkout@v3
92+
- uses: actions/checkout@v4
9393
- name: Use Node.js ${{ matrix.node-version }}
9494
uses: actions/setup-node@v3
9595
with:
@@ -103,7 +103,7 @@ jobs:
103103
name: Lint
104104
runs-on: ubuntu-latest
105105
steps:
106-
- uses: actions/checkout@v3
106+
- uses: actions/checkout@v4
107107
- name: Use Node.js 16
108108
uses: actions/setup-node@v3
109109
with:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
image: bilelmoussaoui/flatpak-github-actions:gnome-44
3131
options: --privileged
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
- uses: flatpak/flatpak-github-actions/[email protected]
3535
with:
3636
bundle: palette.flatpak
@@ -83,7 +83,7 @@ jobs:
8383
# Don't fail the whole workflow if one architecture fails
8484
fail-fast: false
8585
steps:
86-
- uses: actions/checkout@v3
86+
- uses: actions/checkout@v4
8787
# Docker is required by the docker/setup-qemu-action which enables emulation
8888
- name: Install deps
8989
if: ${{ matrix.arch != 'x86_64' }}
@@ -163,7 +163,7 @@ jobs:
163163
image: bilelmoussaoui/flatpak-github-actions:gnome-44
164164
options: --privileged
165165
steps:
166-
- uses: actions/checkout@v3
166+
- uses: actions/checkout@v4
167167
- uses: flatpak/flatpak-github-actions/[email protected]
168168
name: "Build"
169169
with:

0 commit comments

Comments
 (0)