Skip to content

Commit 41f9c75

Browse files
authored
Merge pull request #658 from microsoft/dependabot/github_actions/dot-github/workflows/actions/checkout-5
Bump actions/checkout from 4 to 5 in /.github/workflows
2 parents ac4f2dc + 197801d commit 41f9c75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
name: "Check it out"
1818
- name: "Startup"
1919
run: pwd

0 commit comments

Comments
 (0)