Skip to content

Commit

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

⬆️ Bump actions/checkout from 3 to 4
  • Loading branch information
nattadasu authored Oct 13, 2023
2 parents f6ceb65 + 6310e83 commit ef27dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fetch-hosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
# Fetch data
Expand Down

0 comments on commit ef27dff

Please sign in to comment.