Skip to content

Commit

Permalink
Merge pull request #15 from SixLabors/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
JimBobSquarePants authored Sep 22, 2023
2 parents bb92904 + fb008cf commit 5585d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# See https://github.com/actions/checkout/issues/165#issuecomment-657673315
- name: Create LFS file list
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
if: (github.event_name == 'push')

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install NuGet
uses: NuGet/setup-nuget@v1
Expand Down

0 comments on commit 5585d1e

Please sign in to comment.