Skip to content

Commit 1558842

Browse files
authored
Merge pull request docker-library#764 from infosiftr/ci-updates
Switch to "$GITHUB_OUTPUT"; update actions/checkout to v3
2 parents 1369f04 + 6d52ac8 commit 1558842

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
outputs:
1919
strategy: ${{ steps.generate-jobs.outputs.strategy }}
2020
steps:
21-
- uses: actions/checkout@v1
21+
- uses: actions/checkout@v3
2222
- id: generate-jobs
2323
name: Generate Jobs
2424
run: |
@@ -41,16 +41,16 @@ jobs:
4141
)
4242
')"
4343
44+
echo "strategy=$strategy" >> "$GITHUB_OUTPUT"
4445
jq . <<<"$strategy" # sanity check / debugging aid
45-
echo "::set-output name=strategy::$strategy"
4646
4747
test:
4848
needs: generate-jobs
4949
strategy: ${{ fromJson(needs.generate-jobs.outputs.strategy) }}
5050
name: ${{ matrix.name }}
5151
runs-on: ${{ matrix.os }}
5252
steps:
53-
- uses: actions/checkout@v1
53+
- uses: actions/checkout@v3
5454
- name: Prepare Environment
5555
run: ${{ matrix.runs.prepare }}
5656
- name: Pull Dependencies

.github/workflows/verify-templating.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Check For Uncomitted Changes
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: Apply Templates
1818
run: ./apply-templates.sh
1919
- name: Check Git Status

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy