Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 4.1.3 to 4.1.5 #112

Merged
merged 1 commit into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
files.pythonhosted.org:443
github.com:443
pypi.org:443
- uses: actions/[email protected].3
- uses: actions/[email protected].5
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 @@ -25,7 +25,7 @@ jobs:
github.com:443
objects.githubusercontent.com:443

- uses: actions/[email protected].3
- uses: actions/[email protected].5

- name: Cleanup
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
github.com:443

- name: 'Checkout Repository'
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5

- name: 'Dependency Review'
uses: actions/dependency-review-action@0659a74c94536054bfa5aeb92241f70d680cc78e
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version:
- "3.x"
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].5
- name: Set up Python${{ matrix.python-version }}
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- tox-env: "py312"
python-version: "3.12"
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].5
- name: Install NetCDF
run: |
sudo apt-get -y update
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].5
- name: Setup Conda (Micromamba) with Python${{ matrix.python-version }}
uses: mamba-org/setup-micromamba@v1
with:
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 @@ -27,7 +27,7 @@ jobs:
github.com:443
pypi.org:443
upload.pypi.org:443
- uses: actions/[email protected].3
- uses: actions/[email protected].5
- name: Set up Python3
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
tuf-repo-cdn.sigstore.dev:443
www.bestpractices.dev:443

- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
egress-policy: audit
- name: Checkout code
uses: actions/[email protected].3
uses: actions/[email protected].5
- name: Create Release
uses: softprops/action-gh-release@v2
env:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
github.com:443
pypi.org:443
test.pypi.org:443
- uses: actions/[email protected].3
- uses: actions/[email protected].5
- name: Set up Python3
uses: actions/[email protected]
with:
Expand Down
Loading