Skip to content

Commit

Permalink
v2.21.0 1241006
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 26, 2023
1 parent 27b3aa7 commit 76b1bed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ In order to reduce verbosity, it is possible to set `msys2` as the default shell
install: >-
curl
git
- uses: actions/checkout@v3
- uses: actions/checkout@v4
```

### Build matrix
Expand Down Expand Up @@ -311,5 +311,5 @@ To work around this issue disable the auto conversion before running `actions/ch
```yaml
steps:
- run: git config --global core.autocrlf input
- uses: actions/checkout@v3
- uses: actions/checkout@v4
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ inputs:
required: false
default: true
runs:
using: 'node16'
using: 'node20'
main: 'index.js'
8 changes: 5 additions & 3 deletions index.js

Large diffs are not rendered by default.

0 comments on commit 76b1bed

Please sign in to comment.