From 88176422888e7d299f43625f66679fb406a91a11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 16:54:34 +0000 Subject: [PATCH] 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/bump_packages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bump_packages.yml b/.github/workflows/bump_packages.yml index cea6747167..46e971588d 100644 --- a/.github/workflows/bump_packages.yml +++ b/.github/workflows/bump_packages.yml @@ -18,7 +18,7 @@ jobs: matrix: ${{ steps.set_list.outputs.matrix }} steps: - name: Checkout RPM - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: rpm/develop - name: Set the list @@ -52,7 +52,7 @@ jobs: if: ${{ matrix.npm_name != null }} run: npm install --global npm2rpm - name: Checkout RPM - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: rpm/develop - name: Initialize git annex @@ -78,7 +78,7 @@ jobs: matrix: ${{ steps.set_list.outputs.matrix }} steps: - name: Checkout deb - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: deb/develop - name: Set the list @@ -96,7 +96,7 @@ jobs: include: ${{ fromJson(needs.deb_list.outputs.matrix) }} steps: - name: Checkout DEB - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: deb/develop - name: Update package