Skip to content

Commit 40d38b2

Browse files
chore(deps): update github-actions
1 parent a968c36 commit 40d38b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: 'Get Previous tag'
3030
id: previoustag
31-
uses: "WyriHaximus/github-action-get-previous-tag@v1"
31+
uses: "WyriHaximus/github-action-get-previous-tag@v2"
3232
env:
3333
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3434

.github/workflows/lock-closed-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
lock:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: dessant/lock-threads@v5
11+
- uses: dessant/lock-threads@v6
1212
with:
1313
github-token: ${{ github.token }}
1414
issue-inactive-days: '31'

0 commit comments

Comments
 (0)