diff --git a/.github/workflows/gen_coverage_report.yml b/.github/workflows/gen_coverage_report.yml index 23acbf33ac..2479605e1d 100644 --- a/.github/workflows/gen_coverage_report.yml +++ b/.github/workflows/gen_coverage_report.yml @@ -18,7 +18,7 @@ jobs: id-token: write contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: token: ${{ secrets.GH_CQ_BOT }} - name: Set up Go 1.x diff --git a/.github/workflows/go_mod_tidy_examples.yml b/.github/workflows/go_mod_tidy_examples.yml index 86180f5139..487053b0fc 100644 --- a/.github/workflows/go_mod_tidy_examples.yml +++ b/.github/workflows/go_mod_tidy_examples.yml @@ -17,7 +17,7 @@ jobs: matrix: plugin: [simple_plugin] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: token: ${{ secrets.GH_CQ_BOT }} - name: Set up Go 1.x diff --git a/.github/workflows/lint_golang.yml b/.github/workflows/lint_golang.yml index cda9447ea3..f40a715343 100644 --- a/.github/workflows/lint_golang.yml +++ b/.github/workflows/lint_golang.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubicloud-standard-8 timeout-minutes: 10 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-go@v6 with: go-version-file: go.mod diff --git a/.github/workflows/lint_markdown.yml b/.github/workflows/lint_markdown.yml index ce15f98f28..7e53e382df 100644 --- a/.github/workflows/lint_markdown.yml +++ b/.github/workflows/lint_markdown.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 10 steps: - name: Git checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - run: | venv="$HOME/.local/share/venv" python3 -m venv "$venv" @@ -33,7 +33,7 @@ jobs: timeout-minutes: 10 steps: - name: Git checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: markdownlint-cli uses: nosborn/github-action-markdown-cli@v3.5.0 with: diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 5ba82f3f9e..6c46c8f632 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 15 steps: - name: Check out code into the Go module directory - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Go 1.x uses: actions/setup-go@v6 with: