We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b938e commit 4830e4aCopy full SHA for 4830e4a
.github/workflows/docker-mod-builder.yml
@@ -33,11 +33,11 @@ jobs:
33
runs-on: ubuntu-latest
34
steps:
35
- name: Check Out Repo (Commit)
36
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
37
if: ${{ github.event_name != 'pull_request_target' }}
38
39
- name: Check Out Repo (PR)
40
41
if: ${{ github.event_name == 'pull_request_target' }}
42
with:
43
ref: ${{ github.event.pull_request.head.sha }}
.github/workflows/init-svc-executable-permissions.yml
@@ -6,7 +6,7 @@ jobs:
6
permission_check:
7
8
9
- - uses: actions/checkout@v3.5.0
+ - uses: actions/checkout@v4
10
11
12
- name: Check Permissions
0 commit comments