Skip to content

Commit

Permalink
chore: current actions with full hash
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Jan 13, 2024
1 parent a3135e0 commit 7238077
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 9 deletions.
24 changes: 18 additions & 6 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,21 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
# https://github.com/actions/checkout/releases
# v4.1.1
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Set up JDK 11
uses: coursier/setup-action@v1
# https://github.com/coursier/setup-action/releases
# v1.3.4
uses: coursier/setup-action@48280172a2c999022e42527711d6b28e4945e6f0
with:
jvm: adopt:11

- name: Cache Coursier cache
uses: coursier/cache-action@v6
# https://github.com/coursier/cache-action/releases
# v6.4.4
uses: coursier/cache-action@a0e7cd24be81bc84f0d7461e02bd1a96980553d7

- name: "Create site with Paradox"
run: cd docs && sbt makeSite
Expand Down Expand Up @@ -55,15 +61,21 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
# https://github.com/actions/checkout/releases
# v4.1.1
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Set up JDK 11
uses: coursier/setup-action@v1
# https://github.com/coursier/setup-action/releases
# v1.3.4
uses: coursier/setup-action@48280172a2c999022e42527711d6b28e4945e6f0
with:
jvm: adopt:11

- name: Cache Coursier cache
uses: coursier/cache-action@v6
# https://github.com/coursier/cache-action/releases
# v6.4.4
uses: coursier/cache-action@a0e7cd24be81bc84f0d7461e02bd1a96980553d7

- name: ${{ matrix.directory }}
env:
Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,21 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
# https://github.com/actions/checkout/releases
# v4.1.1
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Set up JDK 11
uses: coursier/setup-action@v1
# https://github.com/coursier/setup-action/releases
# v1.3.4
uses: coursier/setup-action@48280172a2c999022e42527711d6b28e4945e6f0
with:
jvm: adopt:11

- name: Cache Coursier cache
uses: coursier/cache-action@v6
# https://github.com/coursier/cache-action/releases
# v6.4.4
uses: coursier/cache-action@a0e7cd24be81bc84f0d7461e02bd1a96980553d7

- name: "Create site with Paradox"
env:
Expand Down

0 comments on commit 7238077

Please sign in to comment.