Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/reusable-labelsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ${{ inputs.operating-system }}
steps:
- name: Checkout Core labels
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: core-labels
sparse-checkout: .github/labels.yml
Expand All @@ -38,7 +38,7 @@ jobs:
submodules: ${{ inputs.with-submodules }}
- name: Checkout Overwrite Labels
if: inputs.merge-labels == true
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: overwrite-labels
sparse-checkout: .github/labels.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV

- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ${{ inputs.operating-system }}
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: ${{ inputs.with-submodules }}

Expand Down