diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e0b4b59..d4ae9db 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index 66cef6b..bc5aff4 100644 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/test-builds.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags