diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df39e5b12..a87e69599 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: python-version: "3.8" steps: - name: Checkout - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 with: fetch-depth: 0 @@ -118,7 +118,7 @@ jobs: if: always() && contains('success,failure', needs.unit-tests.result) steps: - name: Checkout - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 with: fetch-depth: 0 diff --git a/changes/1798.misc.rst b/changes/1798.misc.rst new file mode 100644 index 000000000..a79d1f792 --- /dev/null +++ b/changes/1798.misc.rst @@ -0,0 +1 @@ +Updated actions/checkout from 4.1.5 to 4.1.6.