Skip to content

Commit

Permalink
Upgrade: actions/checkout@v4 - Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Mar 2, 2024
1 parent e0d0307 commit 9977beb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Publish
uses: k-paxian/dart-package-publisher@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Publish dry-run with packages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: k-paxian/dart-package-publisher@master
with:
credentialJson: 'MockCredentialJson'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/runnable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
name: Test iOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
Expand All @@ -64,7 +64,7 @@ jobs:
name: Test Android
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
Expand Down

0 comments on commit 9977beb

Please sign in to comment.