Skip to content

Commit 07424e2

Browse files
committed
ci: upgrade checkout version
use v4 rather than hardcoding minor+patch version as well.
1 parent 7556999 commit 07424e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/full-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
ubuntu:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2.4.0
16+
- uses: actions/checkout@v4
1717
- name: install_dependencies
1818
run: |
1919
sudo apt install tcc libimlib2-dev libxcomposite-dev libxfixes-dev \
@@ -63,7 +63,7 @@ jobs:
6363
# default Github Actions Windows VM. This step tells git to translate Unix
6464
# newlines to DOS newlines.
6565
shell: bash
66-
- uses: actions/checkout@v2.4.0
66+
- uses: actions/checkout@v4
6767
- uses: cygwin/cygwin-install-action@v1
6868
with:
6969
packages: autoconf autoconf-archive automake gcc-core libImlib2-devel \

0 commit comments

Comments
 (0)