Skip to content

Commit f5480ff

Browse files
authored
Merge pull request #178 from bedroge/bump_fpm_action
Bump FPM action to latest commit
2 parents 50f8503 + 29f0e62 commit f5480ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-release-client-packages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ jobs:
4646
# it will make debugging more annoying.
4747

4848
- name: Build RPM package
49-
uses: bpicode/github-action-fpm@e76c0e2166030f4691d641a700b16958c7d12f5d # v0.9.2
49+
uses: bpicode/github-action-fpm@7502b06a5a58390398d4002bd284f8cb3caae6eb
5050
with:
5151
fpm_args: "etc"
5252
fpm_opts: "--debug -n cvmfs-config-eessi -v ${{ steps.get_version.outputs.version }} -t rpm -a all -s dir -C ./package --description 'CVMFS configuration package for EESSI.'"
5353

5454
- name: Build Deb package
55-
uses: bpicode/github-action-fpm@e76c0e2166030f4691d641a700b16958c7d12f5d # v0.9.2
55+
uses: bpicode/github-action-fpm@7502b06a5a58390398d4002bd284f8cb3caae6eb
5656
with:
5757
fpm_args: "etc"
5858
fpm_opts: "--debug -n cvmfs-config-eessi -v ${{ steps.get_version.outputs.version }} -t deb -a all -s dir -C ./package --description 'CVMFS configuration package for EESSI.'"
5959

6060
- name: Build tar package
61-
uses: bpicode/github-action-fpm@e76c0e2166030f4691d641a700b16958c7d12f5d # v0.9.2
61+
uses: bpicode/github-action-fpm@7502b06a5a58390398d4002bd284f8cb3caae6eb
6262
with:
6363
fpm_args: "etc"
6464
fpm_opts: "--debug -n cvmfs-config-eessi-${{ steps.get_version.outputs.version }} -t tar -a all -s dir -C ./package --description 'CVMFS configuration package for EESSI.'"

0 commit comments

Comments
 (0)