diff --git a/.github/workflows/github-action-push-to-remote.yml b/.github/workflows/github-action-push-to-remote.yml index 2e0b79e..db4262c 100644 --- a/.github/workflows/github-action-push-to-remote.yml +++ b/.github/workflows/github-action-push-to-remote.yml @@ -19,7 +19,7 @@ jobs: contents: read steps: - name: Check out the repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: '0' diff --git a/.github/workflows/github-actions-push-image.yml b/.github/workflows/github-actions-push-image.yml index be39ad1..afed18e 100644 --- a/.github/workflows/github-actions-push-image.yml +++ b/.github/workflows/github-actions-push-image.yml @@ -27,7 +27,7 @@ jobs: id-token: write steps: - name: Check out the repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Log in to Docker Hub uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 diff --git a/.github/workflows/linets.yml b/.github/workflows/linets.yml index b5fdba7..2322e46 100644 --- a/.github/workflows/linets.yml +++ b/.github/workflows/linets.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 15 steps: - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Python uses: actions/setup-python@v5 with: @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Lint Dockerfile with hadolint uses: hadolint/hadolint-action@v3.1.0 with: @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install jq run: sudo apt-get install -y jq - name: Lint JSON Files