Skip to content

Commit

Permalink
[bot] Update GitHub Action Versions (#1486)
Browse files Browse the repository at this point in the history
### GitHub Actions Version Updates
* **[actions/checkout](https://github.com/actions/checkout)** published
a new release
**[v4.1.0](https://github.com/actions/checkout/releases/tag/v4.1.0)** on
2023-09-22T17:42:49Z
*
**[peter-evans/find-comment](https://github.com/peter-evans/find-comment)**
published a new release
**[v2.4.0](https://github.com/peter-evans/find-comment/releases/tag/v2.4.0)**
on 2023-04-25T05:28:28Z
*
**[actions/dependency-review-action](https://github.com/actions/dependency-review-action)**
published a new release
**[v3.1.0](https://github.com/actions/dependency-review-action/releases/tag/v3.1.0)**
on 2023-09-07T21:55:16Z
*
**[peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment)**
published a new release
**[v3.0.2](https://github.com/peter-evans/create-or-update-comment/releases/tag/v3.0.2)**
on 2023-06-08T06:58:20Z
*
**[mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba)**
published a new release
**[v1.4.4](https://github.com/mamba-org/setup-micromamba/releases/tag/v1.4.4)**
on 2023-09-04T15:43:34Z
  • Loading branch information
Zeitsperre committed Oct 3, 2023
2 parents 59b604b + 0fa77ef commit 0ce4d30
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions-versions-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.0
with:
token: ${{ secrets.WORKFLOW_TOKEN }}
- name: Run GitHub Actions Version Updater
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Bumpversion Patch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache-cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.0

- name: Cleanup
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- 'python'
steps:
- name: Checkout repository
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.0
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@codeql-bundle-20230524
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.0
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3.0.8
uses: actions/dependency-review-action@v3.1.0
6 changes: 3 additions & 3 deletions .github/workflows/label_on_approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Find comment
uses: peter-evans/find-comment@v2
uses: peter-evans/find-comment@v2.4.0
id: fc
with:
issue-number: ${{ github.event.pull_request.number }}
Expand All @@ -52,7 +52,7 @@ jobs:
if: |
(steps.fc.outputs.comment-id == '') ||
(!contains(github.event.pull_request.labels.*.name, 'approved'))
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v3.0.2
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Update comment
if: |
contains(github.event.pull_request.labels.*.name, 'approved')
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v3.0.2
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.0
- name: Set up Python${{ matrix.python-version }}
uses: actions/[email protected]
with:
Expand All @@ -63,7 +63,7 @@ jobs:
- tox-env: "py39"
python-version: "3.9"
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.0
- name: Set up Python${{ matrix.python-version }}
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
python-version: "3.11"
markers: -m 'not slow and not requires_internet'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.0
- name: Install Eigen3
if: contains(matrix.tox-env, 'sbck')
run: |
Expand Down Expand Up @@ -140,9 +140,9 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.0
- name: Setup Conda (Micromamba) with Python${{ matrix.python-version }}
uses: mamba-org/[email protected].3
uses: mamba-org/[email protected].4
with:
cache-downloads: true
cache-environment: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-mastodon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.0

- name: Current Version
if: ${{ !github.event.inputs.version-tag }}
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 @@ -14,7 +14,7 @@ jobs:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.0
- name: Set up Python3
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.0
- name: Set up Python3
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testdata_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Check Latest xclim-testdata Tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.0
- name: Find xclim-testdata Tag and CI Testing Branch
run: |
XCLIM_TESTDATA_TAG="$( \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.0
with:
fetch-depth: 0 # Fetch all history for all branches and tags.
- name: Setup Conda (Micromamba) with Python${{ matrix.python-version }}
uses: mamba-org/[email protected].3
uses: mamba-org/[email protected].4
with:
cache-downloads: true
cache-environment: true
Expand Down

0 comments on commit 0ce4d30

Please sign in to comment.