From 75f3568b6cde6e703aea6ebc85deaa1c00926c56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 07:37:46 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 1 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 1 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/v1...v4) --- .github/workflows/cibuild.yml | 14 +++++++------- .github/workflows/codeql.yml | 2 +- .github/workflows/coverity.yml | 2 +- .github/workflows/differential-shellcheck.yml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 2aacc49d1e..5c67600c53 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -35,7 +35,7 @@ jobs: env: ${{ matrix.env }} steps: - name: Repository checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Ubuntu setup run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh - name: Configure @@ -65,7 +65,7 @@ jobs: COVERAGE: yes steps: - name: Repository checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Ubuntu setup run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh - name: Configure & Make @@ -90,7 +90,7 @@ jobs: SANITIZE: no steps: - name: Repository checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Ubuntu setup run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh - name: Meson configure @@ -111,7 +111,7 @@ jobs: TRANSLATE_MANPAGES: yes steps: - name: Repository checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Ubuntu setup run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh - name: Configure @@ -136,7 +136,7 @@ jobs: image: ${{ matrix.image }} steps: - name: Repository checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Ubuntu setup run: .github/workflows/cibuild-setup-ubuntu.sh - name: Configure @@ -163,7 +163,7 @@ jobs: - arch: armv7 steps: - name: Repository checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - uses: uraimo/run-on-arch-action@v2 with: arch: ${{ matrix.arch }} @@ -212,7 +212,7 @@ jobs: COMPILER: none steps: - name: Repository checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Ubuntu setup run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh - name: OpenWrt environment diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d53f74e8a4..f27ec5739c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Initialize CodeQL uses: github/codeql-action/init@v2 diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index b86c00a5c1..74a69e5ee3 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -18,7 +18,7 @@ jobs: COVERITY_SCAN_TOKEN: "${{ secrets.COVERITY_SCAN_TOKEN }}" steps: - name: Repository checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Ubuntu setup run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh - name: Configure diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml index c411e52e08..542aea9839 100644 --- a/.github/workflows/differential-shellcheck.yml +++ b/.github/workflows/differential-shellcheck.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Repository checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 -- 2.47.2