diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6d8ed4b7..192a2b28 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # ratchet:actions/checkout@v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # ratchet:actions/checkout@v4.2.0 - name: Set up Go uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # ratchet:actions/setup-go@v5.0.2 with: @@ -75,7 +75,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # ratchet:actions/checkout@v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # ratchet:actions/checkout@v4.2.0 with: fetch-depth: 0 diff --git a/.github/workflows/example-local.yaml b/.github/workflows/example-local.yaml index 3806bc78..1b262b26 100644 --- a/.github/workflows/example-local.yaml +++ b/.github/workflows/example-local.yaml @@ -44,7 +44,7 @@ jobs: steps: # checkout only required to run local action (defined in this repo) - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # ratchet:actions/checkout@v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # ratchet:actions/checkout@v4.2.0 - name: Download build artifact uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/download-artifact@v4.1.8 - name: Generate some extra materials (this usually happens as part of the build process)