Skip to content

Commit 7163efd

Browse files
chore(deps): pin dependencies
1 parent 7d17e50 commit 7163efd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717
with:
1818
fetch-depth: 0
1919
- name: Generate Changelog
2020
id: changelog
21-
uses: gabe565/changelog-generator@v1
21+
uses: gabe565/changelog-generator@733bb2c02fab0bb0e2dd9a059e0dc9f668d05c95 # v1
2222
- name: Release
23-
uses: softprops/action-gh-release@v2
23+
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
2424
with:
2525
body: ${{ steps.changelog.outputs.changelog }}
26-
- uses: nowactions/update-majorver@v1
26+
- uses: nowactions/update-majorver@f2014bbbba95b635e990ce512c5653bd0f4753fb # v1

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- v0.6.1
1414
- latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717
- uses: ./
1818
id: action
1919
with:

0 commit comments

Comments
 (0)