diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f979f0..38e814c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: timezone uses: szenius/set-timezone@v2.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 315d1f0..1671a3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: ref: main fetch-depth: 0 diff --git a/.github/workflows/update-verification.yml b/.github/workflows/update-verification.yml index 2d68808..bb81c42 100644 --- a/.github/workflows/update-verification.yml +++ b/.github/workflows/update-verification.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: ref: ${{ github.ref }}