From 295205c029823a0257342f9423e58f44ce2ee3f5 Mon Sep 17 00:00:00 2001 From: JamBalaya56562 Date: Thu, 21 Aug 2025 13:12:48 +0900 Subject: [PATCH] ci: bump `actions/checkout` GitHub action --- .github/workflows/check.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/dependabot-autoapprove.yml | 2 +- .github/workflows/package.yml | 2 +- README.md | 2 +- examples/deploy-lambda-container-example.yml | 2 +- examples/deploy-lambda-example.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ca728d85..ab3f87e6 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Run tests run: | npm ci diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7c44b2c8..57ceb077 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/dependabot-autoapprove.yml b/.github/workflows/dependabot-autoapprove.yml index 0d1268d2..1087cd4e 100644 --- a/.github/workflows/dependabot-autoapprove.yml +++ b/.github/workflows/dependabot-autoapprove.yml @@ -13,7 +13,7 @@ jobs: pull-requests: write steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Approve PR if not already approved run: | diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 4cf5685a..4d41fa1e 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -11,7 +11,7 @@ jobs: contents: write steps: - name: Init a git repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Checkout PR env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 7c4eb842..cbe7d50f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 diff --git a/examples/deploy-lambda-container-example.yml b/examples/deploy-lambda-container-example.yml index acbbdf72..cec2a937 100644 --- a/examples/deploy-lambda-container-example.yml +++ b/examples/deploy-lambda-container-example.yml @@ -63,7 +63,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 diff --git a/examples/deploy-lambda-example.yml b/examples/deploy-lambda-example.yml index f4690f3c..8de072d4 100644 --- a/examples/deploy-lambda-example.yml +++ b/examples/deploy-lambda-example.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4