Skip to content

Commit

Permalink
Merge pull request #3 from terraform-yacloud-modules/dependabot/githu…
Browse files Browse the repository at this point in the history
…b_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
kvendingoldo authored Apr 30, 2024
2 parents 5af08cd + aa760a9 commit 8ad8c79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
-
name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
-
Expand Down Expand Up @@ -80,14 +80,14 @@ jobs:
steps:
-
name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
if: github.event_name == 'pull_request'
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
-
name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
if: github.event_name == 'push'
with:
fetch-depth: 0
Expand Down

0 comments on commit 8ad8c79

Please sign in to comment.