diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77cfc1a..2038a0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: timezone uses: szenius/set-timezone@v2.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9dad689..d6fb063 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: ref: main fetch-depth: 0