Skip to content

Commit

Permalink
Merge pull request #141 from cyprus-developer-community/dependabot/gi…
Browse files Browse the repository at this point in the history
…thub_actions/actions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
PatrickHeneise authored Sep 11, 2023
2 parents 83021bf + f535c5c commit 3585b31
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codequality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
codequality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/[email protected]
with:
version: '${{ inputs.pnpm-version }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
CI: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/[email protected]
with:
version: ${{ inputs.pnpm-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitevents-invite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: lts/hydrogen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: needs.codequality.result == 'success' && needs.unit.result == 'success'
steps:
- uses: styfle/[email protected]
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: superfly/[email protected]
with:
args:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
unit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '${{ inputs.node-version }}'
Expand Down

0 comments on commit 3585b31

Please sign in to comment.