diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 91fed0d..17bce73 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ jobs: init: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - id: cache uses: actions/cache@v3 with: @@ -31,7 +31,7 @@ jobs: needs: [init] permissions: write-all steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.GH_TOKEN }} - uses: actions/cache@v3 @@ -60,7 +60,7 @@ jobs: needs: [init] permissions: write-all steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Prepare repository run: git fetch --unshallow --tags - uses: actions/cache@v3 @@ -80,7 +80,7 @@ jobs: needs: [init] timeout-minutes: 3 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Prepare repository run: git fetch --unshallow --tags - uses: actions/cache@v3 @@ -122,7 +122,7 @@ jobs: STORAGE_LOCAL_ROOTDIR: "/tmp/charts" PORT: 8080 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Prepare repository run: git fetch --unshallow --tags - uses: actions/cache@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9fb7e3f..d2a7569 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 4 if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.GH_TOKEN }} - uses: oleksiyrudenko/gha-git-credentials@v2.1 diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml index 8684ae0..d97130e 100644 --- a/.github/workflows/todo.yml +++ b/.github/workflows/todo.yml @@ -23,7 +23,7 @@ jobs: todo: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: rm -rf .git/hooks - name: Run tdg-github-action uses: ejhayes/tdg-github-action@master