Skip to content

Commit

Permalink
[bot] Update GitHub Action Versions (#1544)
Browse files Browse the repository at this point in the history
### GitHub Actions Version Updates
*
**[pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish)**
published a new release
**[v1.8.11](https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.11)**
on 2023-11-29T02:41:33Z
*
**[actions/dependency-review-action](https://github.com/actions/dependency-review-action)**
published a new release
**[v3.1.4](https://github.com/actions/dependency-review-action/releases/tag/v3.1.4)**
on 2023-11-28T07:14:33Z
* **[actions/github-script](https://github.com/actions/github-script)**
published a new release
**[v7.0.1](https://github.com/actions/github-script/releases/tag/v7.0.1)**
on 2023-11-17T22:21:53Z
  • Loading branch information
Zeitsperre authored Dec 1, 2023
2 parents b00ef41 + 54e465f commit f4682bd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: 'Checkout Repository'
uses: actions/[email protected]
- name: 'Dependency Review'
uses: actions/[email protected].0
uses: actions/[email protected].4
2 changes: 1 addition & 1 deletion .github/workflows/first_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Welcome
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6.4.1
- uses: actions/github-script@v7.0.1
with:
script: |
// Get a list of all issues created by the PR opener
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label_on_approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Label Approved
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
github.rest.issues.addLabels({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: |
python -m flit build
- name: Publish distribution 📦 to PyPI
uses: pypa/[email protected].10
uses: pypa/[email protected].11
2 changes: 1 addition & 1 deletion .github/workflows/tag-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python -m flit build
- name: Publish distribution 📦 to Test PyPI
uses: pypa/[email protected].10
uses: pypa/[email protected].11
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
2 changes: 1 addition & 1 deletion .github/workflows/testdata_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
body-includes: It appears that this Pull Request modifies the `main.yml` workflow.
- name: Compare Versions
if: ${{( env.XCLIM_TESTDATA_TAG != env.XCLIM_TESTDATA_BRANCH )}}
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
core.setFailed('Configured `xclim-testdata` tag is not `latest`.')
Expand Down

0 comments on commit f4682bd

Please sign in to comment.