Skip to content

Commit

Permalink
chore(deps): Bump actions/checkout from 3 to 4 (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 3c1ef3b commit 63ff66a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
COMPOSE_PROJECT_NAME: docker-elk

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

#####################################################
# #
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check links
uses: gaurav-nelson/github-action-markdown-link-check@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
return { version: latestVersion }
}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: steps.get-latest-release.outputs.result
with:
ref: ${{ matrix.branch }}
Expand Down

0 comments on commit 63ff66a

Please sign in to comment.