Skip to content

Commit

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

Bump actions/checkout from 3.5.3 to 3.6.0
  • Loading branch information
PatrickHeneise committed Aug 28, 2023
2 parents d58d01c + b45f2ae commit 2ea0b41
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.5.3
- uses: actions/checkout@v3.6.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.5.3
- uses: actions/checkout@v3.6.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.5.3
- uses: actions/checkout@v3.6.0
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down

0 comments on commit 2ea0b41

Please sign in to comment.