Upgrade to actions/checkout v4.2.0

This commit is contained in:
Andy Wilkinson
2024-09-30 11:15:31 +01:00
parent 8f2fee1762
commit 20fdf4a5e3
4 changed files with 6 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ jobs:
git config --global core.longPaths true
Stop-Service -name Docker
- name: Check Out Code
uses: actions/checkout@v4
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Build
id: build
uses: ./.github/actions/build