diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 606ca95..b0f1195 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: platforms: linux/amd64 steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Detect changes uses: dorny/paths-filter@v2.11.1 id: filter diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index c7cffa4..146d646 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Label actions uses: micnncim/action-label-syncer@v1.3.0 env: