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 20, 2023
1 parent 3583296 commit 13d3ae5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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
8 changes: 4 additions & 4 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 @@ -89,7 +89,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 @@ -110,7 +110,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 13d3ae5

Please sign in to comment.