Skip to content

Commit

Permalink
Update to checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Aug 6, 2024
1 parent 0552d38 commit 4174192
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
image: danielflook/python-minifier-build:python3.12-2024-01-12
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set version statically
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
image: danielflook/python-minifier-build:python3.12-2024-01-12
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
show-progress: false
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
pyminify --version
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
show-progress: false
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
pyminify --version
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
show-progress: false
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
fi
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
show-progress: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
image: danielflook/python-minifier-build:${{ matrix.python }}-2024-01-12
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test_corpus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
run: rm -rf "$GITHUB_WORKSPACE/*"

- name: Checkout tests
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: workflow

- name: Checkout ref
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ matrix.ref }}
path: python-minifier
Expand Down Expand Up @@ -109,12 +109,12 @@ jobs:
run: rm -rf "$GITHUB_WORKSPACE/*"

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: workflow

- name: Checkout ref
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
path: python-minifier
Expand All @@ -125,7 +125,7 @@ jobs:
cat sha.txt
- name: Checkout base ref
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.base-ref }}
path: python-minifier-base
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
image: danielflook/python-minifier-build:${{ matrix.python }}-2024-01-12
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 4174192

Please sign in to comment.