Skip to content

Commit

Permalink
Merge pull request #560 from kbdharun/patch-1
Browse files Browse the repository at this point in the history
CI: bump actions/checkout to v4
  • Loading branch information
smcv authored Sep 4, 2023
2 parents 56e7693 + 5ecbc3a commit c11f859
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
libgirepository1.0-dev libappstream-dev libdconf-dev clang socat flatpak \
libcurl4-gnutls-dev libflatpak-dev libyaml-dev elfutils git patch unzip
- name: Check out flatpak
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
submodules: true
- name: configure
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
libgirepository1.0-dev libappstream-dev libdconf-dev clang flatpak \
libcurl4-gnutls-dev libflatpak-dev libyaml-dev elfutils git patch unzip
- name: Check out flatpak
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
submodules: true
- name: configure
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
unzip
- name: Check out flatpak-builder
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Configure flatpak-builder
# TODO: Enable gtk-doc builds
Expand Down

0 comments on commit c11f859

Please sign in to comment.