diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index e939ad2..05fa19d 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: true diff --git a/.github/workflows/update_image.yml b/.github/workflows/update_image.yml index 921110f..121944a 100644 --- a/.github/workflows/update_image.yml +++ b/.github/workflows/update_image.yml @@ -28,7 +28,7 @@ jobs: # Fetch sources to build the update script - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Update the VERSION file and check whether a new image must be built - name: Update version file