Skip to content

Commit

Permalink
docs: Update versions of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Apr 25, 2024
1 parent 29d46ea commit 01df66b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ jobs:
name: A job to run jbang
steps:
- name: checkout
uses: actions/checkout@v1
- uses: actions/cache@v1
uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: /root/.jbang
key: $-jbang-$
restore-keys: |
$-jbang-
- name: jbang
uses: jbangdev/jbang-action@v0.116.0
uses: jbangdev/jbang-action@v0.115.0
with:
script: createissue.java
scriptargs: "my world"
Expand Down

0 comments on commit 01df66b

Please sign in to comment.