Skip to content

Commit

Permalink
deps: Upgrade actions/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Jun 26, 2024
1 parent bc1457a commit ab26480
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
basic-usage:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: hustcer/setup-nu@develop
with:
version: '*'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: actions/[email protected]
with:
node-version: '20'
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: test (${{matrix.os}}, ${{ matrix.crate.owner }}/${{ matrix.crate.name }})
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Setup ${{ matrix.crate.owner }}/${{ matrix.crate.name }}
uses: ./
with:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/full-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-22.04, macos-latest]
ver: [0.95.0, 0.94.2, 0.93.0, 0.92.2, 0.91.0, 0.90.1, 0.89.0, 0.88.1, 0.87.1, 0.86]
# The "full" feature was removed for Nu after v0.93.1, try to use "default" feature instead.
ver: [0.93.0, 0.92.2, 0.91.0, 0.90.1, 0.89.0, 0.88.1, 0.87.1, 0.86]

runs-on: ${{ matrix.os }}
name: test (${{matrix.os}}, nu@${{matrix.ver}})
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Setup nu@${{matrix.ver}}
uses: hustcer/setup-nu@develop
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latest-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: test (${{matrix.os}}, nu@${{matrix.ver}})
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Setup nu@${{matrix.ver}}
uses: hustcer/setup-nu@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: test (${{matrix.os}}, nu@${{matrix.ver}})
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Setup nu@latest
uses: hustcer/setup-nu@develop
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-test2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: test (${{matrix.os}}, nu@${{matrix.ver}})
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Setup nu@latest
uses: hustcer/setup-nu@develop
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
runs-on: ${{ matrix.os }}
name: test (${{matrix.os}}, nu@${{matrix.ver}})
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Setup nu@${{matrix.ver}}
uses: hustcer/setup-nu@v3.10
uses: hustcer/setup-nu@v3.11
with:
enable-plugins: false
version: ${{matrix.ver}}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: test (${{matrix.os}}, setup-nu@latest-dev)
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Setup nu@latest
uses: hustcer/setup-nu@develop
with:
Expand Down Expand Up @@ -52,11 +52,11 @@ jobs:
os: [ubuntu-22.04, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
name: test (${{matrix.os}}, setup-nu@v3.10)
name: test (${{matrix.os}}, setup-nu@v3.11)
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Setup nu@latest
uses: hustcer/setup-nu@v3.10
uses: hustcer/setup-nu@v3.11
with:
version: v0.80
enable-plugins: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/use-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: actions/[email protected]
with:
node-version: '20'
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: test (${{matrix.os}}, ${{ matrix.crate.owner }}/${{ matrix.crate.name }})
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Setup ${{ matrix.crate.owner }}/${{ matrix.crate.name }}
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ All notable changes to this project will be documented in this file.
### Deps

- Upgrade @octokit/rest,@biomejs/biome,lefthook,semver and @typescript-eslint/*
- Update to actions/[email protected].6
- Update to actions/[email protected].7

## [3.10] - 2024-04-27

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
basic-usage:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: hustcer/setup-nu@main
with:
version: "*"
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
basic-usage:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: hustcer/setup-nu@main
with:
version: "*"
Expand Down

0 comments on commit ab26480

Please sign in to comment.