Skip to content

Commit

Permalink
Merge pull request #5 from ntoxeg/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
ntoxeg authored Oct 3, 2023
2 parents 62cecf9 + 7e15dad commit f9d97f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
os: [ ubuntu-latest, macos-latest ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Fetch all tags
fetch-depth: 0
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Fetch all tags
fetch-depth: 0
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
(github.ref == 'refs/heads/main' || startsWith(github.event.ref, 'refs/tags'))
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Fetch all tags
fetch-depth: 0
Expand Down

0 comments on commit f9d97f2

Please sign in to comment.