diff --git a/.github/workflows/full-check.yml b/.github/workflows/full-check.yml index 10f283d..9e4c294 100644 --- a/.github/workflows/full-check.yml +++ b/.github/workflows/full-check.yml @@ -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 \ @@ -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 \