diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b4b4338f..1bfd736f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: # experimental: true steps: - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 @@ -131,7 +131,7 @@ jobs: if: always() && contains('success,failure', needs.unit-tests.result) steps: - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 diff --git a/changes/2048.misc.rst b/changes/2048.misc.rst new file mode 100644 index 000000000..15be23a1f --- /dev/null +++ b/changes/2048.misc.rst @@ -0,0 +1 @@ +Updated actions/checkout from 4.2.1 to 4.2.2.