Skip to content

Commit 5d2a873

Browse files
authored
Merge pull request #15 from maxpowis/dependabot/github_actions/finnp/create-file-action-2.0.0
Bump finnp/create-file-action from 1.0.0 to 2.0.0
2 parents 5763634 + c86dc5d commit 5d2a873

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Echo release.dat
1818
run: echo "::debug::Writing 'version = build-${{ github.run_id }}-${{ github.run_number }}' to release.dat"
1919
- name: Update release.dat
20-
uses: "finnp/create-file-action@1.0.0"
20+
uses: "finnp/create-file-action@2.0.0"
2121
env:
2222
FILE_NAME: "release.dat"
2323
FILE_DATA: "version = build-${{ github.run_id }}-${{ github.run_number }}"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Echo release.dat
4747
run: echo "::debug::Writing 'version = ${{ needs.version.outputs.version }}' to release.dat"
4848
- name: Update release.dat
49-
uses: "finnp/create-file-action@1.0.0"
49+
uses: "finnp/create-file-action@2.0.0"
5050
env:
5151
FILE_NAME: "release.dat"
5252
FILE_DATA: "version = ${{ needs.version.outputs.version }}"

0 commit comments

Comments
 (0)