Skip to content

Commit 4830e4a

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 16b938e commit 4830e4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-mod-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Check Out Repo (Commit)
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
if: ${{ github.event_name != 'pull_request_target' }}
3838

3939
- name: Check Out Repo (PR)
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141
if: ${{ github.event_name == 'pull_request_target' }}
4242
with:
4343
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/init-svc-executable-permissions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
permission_check:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3.5.0
9+
- uses: actions/checkout@v4
1010
with:
1111
ref: ${{ github.event.pull_request.head.sha }}
1212
- name: Check Permissions

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy