Skip to content

Commit

Permalink
Merge pull request #243 from pabloromeo/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
pabloromeo authored Apr 19, 2024
2 parents e524f67 + 4b03fad commit 94ef86a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: "src"
fetch-depth: 0

- name: Checkout gh-pages branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: "dest"
ref: "gh-pages"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lscr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
# Get the repositery's code
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
steps:
# Get the repositery's code
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
# Get the repositery's code
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
steps:
# Get the repositery's code
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
steps:
# Get the repositery's code
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
Expand Down

0 comments on commit 94ef86a

Please sign in to comment.