Skip to content

Commit 7664ac6

Browse files
Merge pull request #28 from philips-software/dependabot/github_actions/github-actions-b1e69de8a9
ci(deps): bump the github-actions group with 2 updates
2 parents de086f1 + 8c7662c commit 7664ac6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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:ltsc2022"]
3030

3131
steps:
32-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
32+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
113+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
114114
- name: Install
115115
shell: pwsh
116116
run: >-

.github/workflows/update-readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout Code
13-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # ratchet:actions/checkout@v3
13+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v3
1414
with:
1515
fetch-depth: 3
1616
token: ${{ secrets.GITHUB_TOKEN }}
@@ -26,7 +26,7 @@ jobs:
2626
# Create pull request if applicable (for now works only on PR from same repository, not from forks)
2727
- name: Create Pull Request with applied fixes
2828
id: cpr
29-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # ratchet:peter-evans/create-pull-request@v4
29+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # ratchet:peter-evans/create-pull-request@v4
3030
with:
3131
commit-message: "Auto-update README.md"
3232
title: "Update Readme.md"

0 commit comments

Comments
 (0)