Skip to content

Commit

Permalink
ci: unpin remaining actions major version (#9205)
Browse files Browse the repository at this point in the history
* ci: upin technote-space/get-diff-action to v6
* ci: upin actions/labeler to v4
* ci: upin snok/install-poetry to v1

Co-authored-by: Claas Augner <[email protected]>
  • Loading branch information
nschonni and caugner authored Oct 20, 2022
1 parent 1f70530 commit fb65f93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4.0.2
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion .github/workflows/pr-review-companion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
key: dotlocal-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-0

- name: Install Python poetry
uses: snok/install-poetry@v1.3
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Now, this gets used by the `git diff ...` inside get-diff-action.
git config --global core.quotePath false
- uses: technote-space/get-diff-action@v6.1.1
- uses: technote-space/get-diff-action@v6
id: git_diff_content
with:
PATTERNS: files/**/*.+(html|md)
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
name: build
path: ${{ env.BUILD_OUT_ROOT }}

- uses: technote-space/get-diff-action@v6.1.1
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: files/**/*.+(png|jpeg|jpg|gif|svg|webp)
ABSOLUTE: true
Expand Down

0 comments on commit fb65f93

Please sign in to comment.