Skip to content

Commit

Permalink
Merge pull request #99 from beeldengeluid/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
gb-beng authored Oct 17, 2023
2 parents 6a155c3 + d728c7a commit 111efeb
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 @@ -9,7 +9,7 @@ jobs:

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

- name: "Install Python"
uses: "actions/setup-python@v2"
Expand Down

0 comments on commit 111efeb

Please sign in to comment.