Skip to content

Commit 9432768

Browse files
Merge pull request #15 from VirtualMachineMaker/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents c1913d3 + 0736709 commit 9432768

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
200200
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
201201
- name: initialize vcpkg
202-
uses: actions/checkout@v4
202+
uses: actions/checkout@v5
203203
with:
204204
repository: 'microsoft/vcpkg'
205205
path: 'compat/vcbuild/vcpkg'
@@ -229,7 +229,7 @@ jobs:
229229
- uses: actions/setup-python@v6
230230
with:
231231
python-version: '3.x'
232-
- uses: actions/checkout@v4
232+
- uses: actions/checkout@v5
233233
with:
234234
submodules: true
235235

.github/workflows/jekyll-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Build the site in the jekyll/builder container
1717
run: |
1818
docker run \

0 commit comments

Comments
 (0)