Skip to content

Commit

Permalink
upgrade to use checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutzel committed Mar 11, 2024
1 parent 4fad788 commit 85a6b51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- run: npm ci
- uses: ./
- run: echo $BRANCH_NAME
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ node_modules/

# Editors
.vscode
.idea

# Logs
logs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- run: npm ci
- uses: nelonoel/[email protected]
# Use branch name for whatever purpose
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ branding:
icon: 'git-branch'
color: 'blue'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 85a6b51

Please sign in to comment.