Skip to content

Commit

Permalink
CI: bump actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored and smcv committed Sep 4, 2023
1 parent d42d3e9 commit 0e2508a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# One of the tests wants this
sudo mkdir /tmp/flatpak-com.example.App-OwnedByRoot
- name: Check out flatpak
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Build appstream dependency # (We need at least 0.15.3 for the g_once fix)
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
# One of the tests wants this
sudo mkdir /tmp/flatpak-com.example.App-OwnedByRoot
- name: Check out flatpak
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Create logs dir
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
libseccomp-dev libsoup2.4-dev libcurl4-openssl-dev libsystemd-dev libxml2-utils libgpgme11-dev gobject-introspection \
libgirepository1.0-dev libappstream-dev libdconf-dev clang e2fslibs-dev
- name: Check out flatpak
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: configure
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
libgirepository1.0-dev libappstream-dev libdconf-dev clang socat meson libdbus-1-dev \
valgrind e2fslibs-dev
- name: Check out flatpak
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Create logs dir
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/differential-shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 0e2508a

Please sign in to comment.