Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2023
1 parent 2091e53 commit 5ad15da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Docker meta
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/workflow-esa-challenge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:

- name: Checkout out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.TOKEN_CI }}

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
steps:

- name: Checkout out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: gh-submissions
token: ${{ secrets.TOKEN_CI }}
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
steps:

- name: Checkout out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: gh-submissions
token: ${{ secrets.TOKEN_CI }}
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
steps:

- name: Checkout out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: gh-submissions
token: ${{ secrets.TOKEN_CI }}
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
steps:

- name: Checkout out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: gh-submissions
token: ${{ secrets.TOKEN_CI }}
Expand Down Expand Up @@ -371,7 +371,7 @@ jobs:
steps:

- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down

0 comments on commit 5ad15da

Please sign in to comment.