diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf2608642..c4bdc682a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: experimental: true steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 @@ -133,7 +133,7 @@ jobs: if: always() && contains('success,failure', needs.unit-tests.result) steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 diff --git a/changes/2009.misc.rst b/changes/2009.misc.rst new file mode 100644 index 000000000..0360df44b --- /dev/null +++ b/changes/2009.misc.rst @@ -0,0 +1 @@ +Updated actions/checkout from 4.1.7 to 4.2.0.