diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebd82a5a..964fd149 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 diff --git a/changes/528.misc.rst b/changes/528.misc.rst new file mode 100644 index 00000000..9628a82b --- /dev/null +++ b/changes/528.misc.rst @@ -0,0 +1 @@ +Updated actions/checkout from 4.2.0 to 4.2.1.