Skip to content

Commit

Permalink
Use checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardCooke authored Sep 13, 2024
1 parent 98aa694 commit 86e3a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
DOTNET_NOLOGO: "true"

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

- name: Checkout aaubry/yamldotnet
id: yamldotnet
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: aaubry/yamldotnet
ref: master
Expand Down

0 comments on commit 86e3a7d

Please sign in to comment.