Project

General

Profile

« Previous | Next » 

Revision 88176422

Added by dependabot[bot] 9 months ago

  • ID 88176422888e7d299f43625f66679fb406a91a11
  • Parent 65aa2481

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] <>

View differences:

.github/workflows/bump_packages.yml
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
......
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
......
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
......
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

Also available in: Unified diff