diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml index f27b806..abdf08a 100644 --- a/.github/workflows/check-formatting.yml +++ b/.github/workflows/check-formatting.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 - name: Install dependencies run: | diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index e961f2c..cd8404d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 - name: Install dependencies run: |