Skip to content

Commit

Permalink
Merge pull request #440 from microsoft/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions/checkout-4

Bump actions/checkout from 2 to 4 in /.github/workflows
  • Loading branch information
jeffwilcox authored Feb 5, 2025
2 parents 77e66c9 + 270ed43 commit f8b815e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: "Check it out"
- name: "Startup"
run: pwd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# actions/checkout@v2
- uses: actions/checkout@2036a08e25fa78bbd946711a407b529a0a1204bf
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
# docker/build-push-action@v1
- uses: docker/build-push-action@92e71463491f2d026a477188b8ad3a0fdd9d672c
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
builder:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: prepare-jekyll
run: |
echo Getting ready to Jekyll...
Expand Down

0 comments on commit f8b815e

Please sign in to comment.