Skip to content

Commit

Permalink
chore(deps): major update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 10, 2024
1 parent 7bddc2d commit 35d7831
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

-
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-docker_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

-
name: Set up Docker Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-docker_test_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

-
name: Set up Docker Build
Expand Down

0 comments on commit 35d7831

Please sign in to comment.