diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1275a30..7f98ec2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: experimental: true steps: - name: Checkout - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 diff --git a/changes/185.misc.rst b/changes/185.misc.rst new file mode 100644 index 0000000..cc57469 --- /dev/null +++ b/changes/185.misc.rst @@ -0,0 +1 @@ +Updated actions/checkout from 4.1.6 to 4.1.7.