From 24e026def7602ac921e748db53c051d311bfc9ca Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 5 Nov 2023 07:34:03 +0000 Subject: [PATCH] chore(deps): bump actions/checkout action to v4.1.1 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.0 | v4.1.1 | --- .github/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 117d4069..38a77dd5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: contents: write # for pre-commit-action steps: - name: Check out repository. - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Get operating system name and version. @@ -82,7 +82,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Check out repository. - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Save Docker images. uses: ./ with: @@ -110,7 +110,7 @@ jobs: actions: write # for cache deletion steps: - name: Check out repository. - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Load Docker images. uses: ./ with: