From 974802ab3bd9b27dd2a6fe5afda4387966e26c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:02:57 -0600 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 6 (#898) --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/file_formatting.yml | 2 +- .github/workflows/go_test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9d6fcc6..0c3585f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/file_formatting.yml b/.github/workflows/file_formatting.yml index 45566ae..d7e4799 100644 --- a/.github/workflows/file_formatting.yml +++ b/.github/workflows/file_formatting.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: verify example_test.go run: | grep "^func [a-z-A-Z]" example_test.go | sort -c diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index d91bc59..b198132 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Go uses: actions/setup-go@v6 with: