Skip to content

Commit

Permalink
Merge pull request #279 from nordeck/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
ahmadkadri authored Oct 18, 2023
2 parents b9608c3 + c0beee0 commit 490bcec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
DOCKER_IMAGE: ghcr.io/nordeck/matrix-meetings-widget
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
env:
DOCKER_IMAGE: ghcr.io/nordeck/matrix-meetings-bot
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- build-widget
- build-bot
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# required for changesets
fetch-depth: '0'
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
- browser: webkit
- browser: firefox
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 490bcec

Please sign in to comment.