Skip to content

Commit 94629f3

Browse files
authored
chore: update github workflow action plugin versions (#88)
1 parent 2b19c4d commit 94629f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/update-submodules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
private_key: ${{ secrets.APP_PRIVATE_KEY }}
3737

3838
- name: Create Pull Request
39-
uses: peter-evans/create-pull-request@v6-rc
39+
uses: peter-evans/create-pull-request@v7
4040
with:
4141
token: ${{ steps.generate-token.outputs.token }}
4242
delete-branch: true

0 commit comments

Comments
 (0)