Skip to content

Commit

Permalink
bump to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Mar 5, 2024
1 parent fd09599 commit c19ec1a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.ref != 'refs/heads/next-moc' && github.base_ref != 'refs/heads/next-moc'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
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@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
path: base-checkout
- name: Checking out vessel-package-set
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: dfinity/vessel-package-set
path: vessel-package-set
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [ubuntu-22.04]
node: [18]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
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@v3
- uses: actions/checkout@v4
- name: Merge master -> next-moc
uses: devmasx/[email protected]
with:
Expand Down

0 comments on commit c19ec1a

Please sign in to comment.