From 7acf735066ca2ec32dacb8c74cce3ea93d867ad8 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 23 Sep 2023 09:06:17 +0000 Subject: [PATCH] chore(deps): bump actions/checkout action to v4.1.0 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.0.0 | v4.1.0 | --- .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 b971a9c0..d825875b 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.0.0 + uses: actions/checkout@v4.1.0 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.0.0 + uses: actions/checkout@v4.1.0 - 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.0.0 + uses: actions/checkout@v4.1.0 - name: Load Docker images. uses: ./ with: