Skip to content

Commit d4e268b

Browse files
Bump secondlife/setup-nfpm from 3 to 4 (#13)
* Bump secondlife/setup-nfpm from 3 to 4 Bumps [secondlife/setup-nfpm](https://github.com/secondlife/setup-nfpm) from 3 to 4. - [Release notes](https://github.com/secondlife/setup-nfpm/releases) - [Commits](secondlife/setup-nfpm@v3...v4) --- updated-dependencies: - dependency-name: secondlife/setup-nfpm dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Make permissions explicit in the Test workflow [dependabot skip] * Update target version of actions/upload-artifact in the readme [dependabot skip] --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52dffa5 commit d4e268b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
branches: [main]
77
tags: [v*]
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
test:
1114
name: Test

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: secondlife/action-nfpm@v2
23-
- uses: actions/upload-artifact@v4
23+
- uses: actions/upload-artifact@v7
2424
with:
2525
name: dist
2626
path: dist/
@@ -40,7 +40,7 @@ jobs:
4040
- uses: secondlife/action-nfpm@v2
4141
with:
4242
packager: rpm
43-
- uses: actions/upload-artifact@v4
43+
- uses: actions/upload-artifact@v7
4444
with:
4545
name: dist
4646
path: dist/

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
with:
3535
fetch-depth: 0 # Required for github-action-get-previous-tag
3636

37-
- uses: secondlife/setup-nfpm@v3
37+
- uses: secondlife/setup-nfpm@v4
3838
if: ${{ fromJSON(inputs.setup-nfpm) }}
3939

4040
- uses: secondlife-3p/github-action-get-previous-tag@v1

0 commit comments

Comments
 (0)