diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index d1774ed..534bd40 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -6,7 +6,7 @@ jobs: linter: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install Bun uses: oven-sh/setup-bun@v2 - name: Cache NPM dependencies diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index de1cd93..11f1ed0 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -19,5 +19,5 @@ jobs: image: returntocorp/semgrep if: (github.actor != 'dependabot[bot]') steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: semgrep ci diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 504b9d9..a563cc2 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -12,7 +12,7 @@ jobs: security: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install Bun uses: oven-sh/setup-bun@v2 - name: Install Dependencies diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 668b8bb..0fc86f4 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -11,7 +11,7 @@ jobs: node-version: ["20", "22", "24"] fail-fast: false steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: