Skip to content

Commit

Permalink
ci: upgrade checkout version
Browse files Browse the repository at this point in the history
use v4 rather than hardcoding minor+patch version as well.
  • Loading branch information
N-R-K committed Jan 3, 2025
1 parent eca8c70 commit 23dec50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v4
- name: install_dependencies
run: |
sudo apt install tcc libimlib2-dev libxcomposite-dev libxfixes-dev \
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
# default Github Actions Windows VM. This step tells git to translate Unix
# newlines to DOS newlines.
shell: bash
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v4
- uses: cygwin/cygwin-install-action@v1
with:
packages: autoconf autoconf-archive automake gcc-core libImlib2-devel \
Expand Down

0 comments on commit 23dec50

Please sign in to comment.