Skip to content

Commit 31a7ee6

Browse files
authored
Update dependencies in gh-action.md examples (#3249)
* Update gh-action.md * Update gh-action.md
1 parent c083024 commit 31a7ee6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

website/docs/cookbooks/introduction/gh-action.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
- uses: actions/checkout@v3
6565
with:
6666
fetch-depth: 0
67-
- uses: coursier/cache-action@v6.3
68-
- uses: VirtusLab/scala-cli-setup@v0.1
67+
- uses: coursier/cache-action@v6.4
68+
- uses: VirtusLab/scala-cli-setup@v1.5
6969
- run: scala-cli test .
7070
```
7171
@@ -79,11 +79,11 @@ To check your code format in GitHub CI by adding new job `format`:
7979
format:
8080
runs-on: "ubuntu-latest"
8181
steps:
82-
- uses: actions/checkout@v3
82+
- uses: actions/checkout@v4
8383
with:
8484
fetch-depth: 0
85-
- uses: coursier/cache-action@v6.3
86-
- uses: VirtusLab/scala-cli-setup@v0.1
85+
- uses: coursier/cache-action@v6.4
86+
- uses: VirtusLab/scala-cli-setup@v1.5
8787
- name: Scalafmt check
8888
run: |
8989
scala-cli fmt --check . || (
@@ -151,4 +151,4 @@ When release CI pass, you should be able to download artifacts that contain nati
151151

152152
[Here](https://github.com/lwronski/ls-scala-cli-demo/actions/runs/2376334882) you can find examples of a CI that contains generated launcher based on this cookbook.
153153

154-
You can find the code of this cookbook [here](https://github.com/lwronski/ls-scala-cli-demo).
154+
You can find the code of this cookbook [here](https://github.com/lwronski/ls-scala-cli-demo).

0 commit comments

Comments
 (0)