Skip to content

Commit

Permalink
Merge pull request #5 from Mic92/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
Mic92 authored Sep 11, 2023
2 parents 022f729 + e86feb7 commit 125b26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Checkout data branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: iana-numbers
path: out
Expand Down

0 comments on commit 125b26d

Please sign in to comment.