Skip to content

Commit

Permalink
Merge pull request #418 from ocsigen/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
smorimoto authored May 10, 2024
2 parents 49d7b80 + 8f0a59e commit e2bdf74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use .NET ${{ matrix.dotnet }}
uses: actions/setup-dotnet@v4
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use .NET ${{ matrix.dotnet }}
uses: actions/setup-dotnet@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use .NET ${{ matrix.dotnet }}
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit e2bdf74

Please sign in to comment.