Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2023
1 parent a905dd0 commit 54efc4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/[email protected]
with:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
working-directory: ./examples/bifrost-starter
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/[email protected]
with:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
working-directory: ./packages/create-bifrost-app
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/[email protected]
with:
Expand All @@ -130,7 +130,7 @@ jobs:
working-directory: ./examples/bifrost-starter
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/[email protected]
with:
Expand All @@ -151,7 +151,7 @@ jobs:
working-directory: ./examples/bifrost-starter
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/starter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
REGISTRY: ghcr.io/theodo-group/bifrost
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Buildah Action
id: build-image
uses: redhat-actions/buildah-build@v2
Expand Down

0 comments on commit 54efc4a

Please sign in to comment.