Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocusinato committed Nov 27, 2024
1 parent 491eca7 commit 9f3c00b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
- name: Checkout
if: fromJSON(matrix.config.container) == null
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Checkout
# actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container.
Expand Down Expand Up @@ -447,7 +447,7 @@ jobs:
echo "CHANNEL_FILES_PATH=${{ runner.temp }}/channel-files" >> "$GITHUB_ENV"
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Download staged-for-merge channel files artifact
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -529,7 +529,7 @@ jobs:
BODY: ${{ steps.changelog.outputs.BODY }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
fetch-depth: 0 # To fetch all history for all branches and tags.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Build and push to local registry
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 9f3c00b

Please sign in to comment.