diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da55061..ae6388d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: extensions: imagick key: rotaract-club-finder # an be any string, change to clear the extension cache. steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup cache environment id: extcache diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 26a514c..a9c27ca 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Cache Composer packages id: composer-cache