diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a49324b..9d3b859 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -45,7 +45,7 @@ jobs: runs-on: "${{ matrix.os.runner }}" steps: - name: "Checkout the repository" - uses: "actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633" # v4.1.2 + uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b" # v4.1.4 - name: "Setup Pythons" uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 @@ -103,7 +103,7 @@ jobs: runs-on: "${{ matrix.os.runner }}" steps: - name: "Checkout the repository" - uses: "actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633" # v4.1.2 + uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b" # v4.1.4 - name: "Test: Disable output file" uses: "./"