Skip to content

Commit

Permalink
Merge pull request #73 from cyprus-developer-community/dependabot/git…
Browse files Browse the repository at this point in the history
…hub_actions/actions/checkout-4.0.0

Bump actions/checkout from 3.6.0 to 4.0.0
  • Loading branch information
PatrickHeneise committed Sep 11, 2023
2 parents 3298085 + 74856e9 commit 4e7e0e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gitevents-ics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- uses: actions/setup-node@v3
- name: GitEvents ICS Generator
uses: gitevents/ics@v1.3.3
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 @@ -18,7 +18,7 @@ jobs:
invite:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitevents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down

0 comments on commit 4e7e0e8

Please sign in to comment.