Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.3 to 4.1.5 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 7, 2024
2 parents e270a88 + f902fd1 commit 852a42c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
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

0 comments on commit 852a42c

Please sign in to comment.