Skip to content

Commit

Permalink
Merge pull request #811 from scala-js/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
armanbilge authored Sep 8, 2023
2 parents f6999b4 + 7895159 commit 0755266
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
scalaversion: ["2.11.12", "2.12.15", "2.13.6", "3.1.3"]
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Scala
uses: japgolly/setup-everything-scala@v3.1
Expand All @@ -34,7 +34,7 @@ jobs:
readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: japgolly/setup-everything-scala@v3.1
- name: Readme generation
run: sbt readme/run
2 changes: 1 addition & 1 deletion .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Scala
uses: japgolly/setup-everything-scala@v3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 0755266

Please sign in to comment.