Skip to content

Commit

Permalink
fix(deps): bump actions/checkout from 3 to 4 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 4e5c256 commit e7c79e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
isPrOpen=false
fi
echo "is-pr-open=$isPrOpen" >> "$GITHUB_OUTPUT"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: find docker file
id: find-docker-file
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check-code-compliance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeout-minutes: 5

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

- name: Download actionlint
id: get_actionlint
Expand All @@ -29,7 +29,7 @@ jobs:
timeout-minutes: 5

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

- name: Download prettier
id: get_prettier
Expand All @@ -47,5 +47,5 @@ jobs:
megalint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: neohelden/actions-library/check-code-compliance@main
2 changes: 1 addition & 1 deletion .github/workflows/release-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
needs:
- release-docker-image
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create Sentry release
Expand Down

0 comments on commit e7c79e2

Please sign in to comment.