Skip to content

Commit

Permalink
Merge pull request #613 from camunda-community-hub/renovate/actions-c…
Browse files Browse the repository at this point in the history
…heckout-4.x

chore(deps): update actions/checkout action to v4
  • Loading branch information
ChrisKujawa authored Nov 24, 2023
2 parents c96a6ba + 47d6486 commit 060f79a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Build and test PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/[email protected]
with:
Expand All @@ -23,7 +23,7 @@ jobs:
checks: read
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: metadata
name: Fetch dependency metadata
uses: dependabot/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: docker pull camunda/zeebe:8.1.3
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 060f79a

Please sign in to comment.