Skip to content

Commit f831240

Browse files
committed
update actions
1 parent c373e07 commit f831240

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- id: release
2121
name: Create and upload new Github Pages content
22-
uses: encalmo/[email protected].1
22+
uses: encalmo/[email protected].2
2323
with:
2424
tag-prefix: 'version'
2525
version-bump: 'keep'

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- id: release
3131
name: Create and upload new release bundles
32-
uses: encalmo/[email protected].1
32+
uses: encalmo/[email protected].2
3333
with:
3434
tag-prefix: 'version'
3535
version-bump: ${{ inputs.version-bump || 'patch' }}

0 commit comments

Comments
 (0)