Skip to content

Commit

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

fix: bump actions/checkout from 3 to 4
  • Loading branch information
patrick-zippenfenig authored Mar 14, 2024
2 parents 3841088 + af147a5 commit 67bfd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: actions/[email protected]
with:
dotnet-version: "8.0.x"
Expand Down

0 comments on commit 67bfd6e

Please sign in to comment.