mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Bump actions/checkout from 2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3036715724
commit
3d013ac19c
2 changed files with 7 additions and 7 deletions
8
.github/workflows/dev.yml
vendored
8
.github/workflows/dev.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
node-version: '18'
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3.1.0
|
||||
|
||||
- name: Install bash
|
||||
run: sudo apt install -y bash
|
||||
|
@ -57,7 +57,7 @@ jobs:
|
|||
node-version: '18'
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3.1.0
|
||||
|
||||
- name: Install pnpm
|
||||
run: npm i -g pnpm && pnpm setup && source /Users/runner/.bashrc
|
||||
|
@ -91,7 +91,7 @@ jobs:
|
|||
node-version: '18'
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3.1.0
|
||||
|
||||
- name: Install pnpm
|
||||
run: npm i -g pnpm && pnpm setup && powershell
|
||||
|
@ -121,7 +121,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3.1.0
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
|
|
6
.github/workflows/stable.yml
vendored
6
.github/workflows/stable.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
node-version: '18'
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3.1.0
|
||||
|
||||
- name: Install pnpm
|
||||
run: npm i -g pnpm && pnpm setup
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
|||
node-version: '18'
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3.1.0
|
||||
|
||||
- name: Install pnpm
|
||||
run: npm i -g pnpm && pnpm setup && source /Users/runner/.bashrc
|
||||
|
@ -87,7 +87,7 @@ jobs:
|
|||
node-version: '18'
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3.1.0
|
||||
|
||||
- name: Install pnpm
|
||||
run: npm i -g pnpm && pnpm setup
|
||||
|
|
Loading…
Reference in a new issue