Skip to content

Commit 1505c4d

Browse files
committed
chore: update immutable actions to semver
- [x] actions/[email protected] - [x] actions/[email protected] Signed-off-by: jmeridth <[email protected]>
1 parent 92641f3 commit 1505c4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/[email protected]
22-
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
22+
- uses: actions/labeler@v5.0.0
2323
with:
2424
configuration-path: ${{ inputs.config-path }}
2525
repo-token: "${{ secrets.github-token }}"

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
issues: write
1414
pull-requests: write
1515
steps:
16-
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9
16+
- uses: actions/stale@v9.0.0
1717
with:
1818
operations-per-run: 200
1919
ascending: true

0 commit comments

Comments
 (0)