diff --git a/.github/workflows/biome.yml b/.github/workflows/biome.yml index b25df98..b6b8028 100644 --- a/.github/workflows/biome.yml +++ b/.github/workflows/biome.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Biome CLI uses: biomejs/setup-biome@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f705f3..ae8764b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup node uses: actions/setup-node@v6 diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index afac932..a82d054 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 5 steps: - name: Check out Git repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Generate Trivy Vulnerability Report uses: aquasecurity/trivy-action@0.33.1