Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build-rpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
echo "%_topdir $(pwd)/rpmbuild" >> ~/.rpmmacros
rpmdev-setuptree
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
path: 'rpmbuild/BUILD'
fetch-depth: 0
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
exit 0
fi
GPG_TTY="" rpm --addsign rpmbuild/RPMS/noarch/*.rpm
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: build-rpm-${{ matrix.os }}-${{ matrix.version }}
path: |
Expand All @@ -117,8 +117,8 @@ jobs:
if: needs.build-rpm.outputs.repo == 'stable'
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: actions/download-artifact@v4
uses: actions/checkout@v6
- uses: actions/download-artifact@v8
- name: Create release
run: |
# Get from the changelog file only the part related to the tagged release, in particular:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Set up JDK 17
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: 17
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
cd ../../../

- name: Cache Maven packages
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v4
uses: fsfe/reuse-action@v6