diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a00d01..74e3cae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 - name: Run Make run: "VERSION=${{ env.ver_num }} make" diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index f5237d2..797fe93 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 - name: Run Make run: "VERSION=${{ env.ver_num }} make"