Skip to content

Commit cc9bc9e

Browse files
Merge pull request philips-software#16 from philips-software/dependabot/github_actions/actions/checkout-5.0.0
2 parents 1d599a5 + e075ccc commit cc9bc9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
docker_container: ["mcr.microsoft.com/windows/servercore:ltsc2019"]
3030

3131
steps:
32-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3333
- name: Test_Run_Default
3434
uses: ./
3535
with:
@@ -110,7 +110,7 @@ jobs:
110110
container: mcr.microsoft.com/powershell:7.5-ubuntu-24.04
111111

112112
steps:
113-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
113+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
114114
- name: Install
115115
shell: pwsh
116116
run: >-

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414

1515
- name: Update README
1616
uses: npalm/action-docs-action@b1dd20339140224c1ffef389467e4fece8dc416b # v3.1.2

0 commit comments

Comments
 (0)