diff --git a/template/.github/workflows/libbuild.yml b/template/.github/workflows/libbuild.yml index fd060f1..d1ae237 100644 --- a/template/.github/workflows/libbuild.yml +++ b/template/.github/workflows/libbuild.yml @@ -32,7 +32,7 @@ jobs: MAKE_VARS: "" steps: - name: Checkout repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Debug on runner (When re-run with "Enable debug logging" checked) if: runner.debug uses: mxschmitt/action-tmate@a283f9441d2d96eb62436dc46d7014f5d357ac22 # v3