Skip to content

Commit

Permalink
chore: bump actions (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored May 15, 2023
1 parent 32fdc79 commit f26c806
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
if: github.ref != 'refs/heads/next-moc' && github.base_ref != 'refs/heads/next-moc'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checking out motoko-base
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
path: base-checkout
- name: Checking out vessel-package-set
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: dfinity/vessel-package-set
path: vessel-package-set
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
os: [ubuntu-22.04]
node: [16]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install -g npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
sync-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Merge master -> next-moc
uses: devmasx/[email protected]
with:
Expand Down

0 comments on commit f26c806

Please sign in to comment.