From 2aef0fec13e7354984943a253f685639a92fb764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 02:29:40 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yml | 24 ++++++++++++------------ .github/workflows/code-minimap-bin.yml | 4 ++-- .github/workflows/docker-slim-bin.yml | 4 ++-- .github/workflows/ncspot-bin.yml | 4 ++-- .github/workflows/nonicons-font.yml | 4 ++-- .github/workflows/plenti-bin.yml | 4 ++-- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 0d7c1db..86f71e9 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -56,7 +56,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get version id: get-version @@ -108,7 +108,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get upstream version id: get-version @@ -135,7 +135,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false fetch-depth: 0 @@ -184,7 +184,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get upstream version id: get-version @@ -211,7 +211,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false fetch-depth: 0 @@ -260,7 +260,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get upstream version id: get-version @@ -288,7 +288,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: "hrkfdn/ncspot" ref: "v${{ needs.check-ncspot-bin.outputs.version }}" @@ -335,7 +335,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/download-artifact@v3 with: @@ -364,7 +364,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false fetch-depth: 0 @@ -413,7 +413,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get upstream version id: get-version @@ -440,7 +440,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/code-minimap-bin.yml b/.github/workflows/code-minimap-bin.yml index c0d9d6d..8cb4bdf 100644 --- a/.github/workflows/code-minimap-bin.yml +++ b/.github/workflows/code-minimap-bin.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build & validate package uses: hapakaien/archlinux-package-action@v2 @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set commit message id: commit diff --git a/.github/workflows/docker-slim-bin.yml b/.github/workflows/docker-slim-bin.yml index 46182c1..5414cc1 100644 --- a/.github/workflows/docker-slim-bin.yml +++ b/.github/workflows/docker-slim-bin.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build & validate package uses: hapakaien/archlinux-package-action@v2 @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set commit message id: commit diff --git a/.github/workflows/ncspot-bin.yml b/.github/workflows/ncspot-bin.yml index cf47c78..efbe912 100644 --- a/.github/workflows/ncspot-bin.yml +++ b/.github/workflows/ncspot-bin.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build & validate package uses: hapakaien/archlinux-package-action@v2 @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set commit message id: commit diff --git a/.github/workflows/nonicons-font.yml b/.github/workflows/nonicons-font.yml index be6f920..f9d752b 100644 --- a/.github/workflows/nonicons-font.yml +++ b/.github/workflows/nonicons-font.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build & validate package uses: hapakaien/archlinux-package-action@v2 @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set commit message id: commit diff --git a/.github/workflows/plenti-bin.yml b/.github/workflows/plenti-bin.yml index 1b0f579..e7d2764 100644 --- a/.github/workflows/plenti-bin.yml +++ b/.github/workflows/plenti-bin.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build & validate package uses: hapakaien/archlinux-package-action@v2 @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set commit message id: commit