Skip to content

Commit a802b6d

Browse files
authored
chore: Upgrade CI workflows to use non-deprecated runtimes (terraform-aws-modules#404)
1 parent df54dbe commit a802b6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lock.yml

+1-1
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@v3
11+
- uses: dessant/lock-threads@v4
1212
with:
1313
github-token: ${{ secrets.GITHUB_TOKEN }}
1414
issue-comment: >

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Release
29-
uses: cycjimmy/semantic-release-action@v2
29+
uses: cycjimmy/semantic-release-action@v3
3030
with:
3131
semantic_version: 18.0.0
3232
extra_plugins: |

0 commit comments

Comments
 (0)