Skip to content

Commit

Permalink
Merge pull request #479 from puppetlabs/jonathannewman-patch-1
Browse files Browse the repository at this point in the history
(maint) update action versions
  • Loading branch information
steveax authored May 6, 2024
2 parents 3b6eb49 + 2f2eb7e commit 9000c2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: connect_twingate
uses: twingate/github-action@v1
uses: twingate/github-action@v1.1
with:
service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
- name: checkout repo content
uses: actions/checkout@v2 # checkout the repository content to github runner.
uses: actions/checkout@v4 # checkout the repository content to github runner.
with:
fetch-depth: 1
# install java which is required for mend and clojure
- name: setup java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
# install clojure tools
- name: Install Clojure tools
uses: DeLaGuardo/setup-clojure@10.1
uses: DeLaGuardo/setup-clojure@12.5
with:
# Install just one or all simultaneously
# The value must indicate a particular version of the tool, or use 'latest'
Expand Down

0 comments on commit 9000c2a

Please sign in to comment.