diff --git a/.github/workflows/configuration-tester.yaml b/.github/workflows/configuration-tester.yaml index cac26de..b9af417 100644 --- a/.github/workflows/configuration-tester.yaml +++ b/.github/workflows/configuration-tester.yaml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 3 steps: - name: Checkout repo - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Setup Deno uses: denoland/setup-deno@v1.5.1 with: diff --git a/.github/workflows/deno-ci.yaml b/.github/workflows/deno-ci.yaml index be8cd35..560973e 100644 --- a/.github/workflows/deno-ci.yaml +++ b/.github/workflows/deno-ci.yaml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 3 steps: - name: Checkout repo - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Setup Deno uses: denoland/setup-deno@v1.5.1 with: diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 02f21a1..27a2cd8 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: setup get-diff-action uses: technote-space/get-diff-action@v6.1.2 - name: Run secretlint command on docker