diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 6fed174..db49694 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Env id: setup-env @@ -54,7 +54,7 @@ jobs: - if: ${{ failure() && steps.diff.outcome == 'failure' }} name: Upload Artifact id: upload - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dist path: dist/ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 746c51e..e47bb1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Env id: setup-env @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Env id: setup-env @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Env id: setup-env diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 41b440a..0433186 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Initialize CodeQL id: initialize diff --git a/.github/workflows/git-town.yml b/.github/workflows/git-town.yml index e2610b6..3475905 100644 --- a/.github/workflows/git-town.yml +++ b/.github/workflows/git-town.yml @@ -19,6 +19,6 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Git Town uses: ./ diff --git a/README.md b/README.md index 834cdbc..7fa48f2 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: git-town/action@v1 ``` @@ -166,7 +166,7 @@ it into the actions's `github-token` input to grant it sufficient permissions: ```yaml steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: git-town/action@v1 with: github-token: ${{ secrets.GIT_TOWN_PAT }} # 👈 Add this to `git-town.yml`