diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a5c33d..600f804 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: working-directory: frontend steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6 @@ -61,7 +61,7 @@ jobs: working-directory: backend steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Version comes from go.work so CI can never drift from the repo. - name: Setup Go diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 056b084..ed65afb 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,7 +37,7 @@ jobs: build-mode: none steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 # autobuild for Go needs a toolchain matching the workspace. - name: Setup Go diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index b1d89fe..1fd67d2 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index e801345..b057b7b 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Sync labels uses: EndBug/label-sync@v2