Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.5 to 4.1.6 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 17, 2024
2 parents 8587c3f + 0c5589b commit bf278f2
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/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
with:
persist-credentials: false
- uses: actions/setup-python@v5.1.0
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/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

- 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- 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/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- name: Set up Python${{ matrix.python-version }}
uses: actions/setup-python@v5.1.0
with:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- tox-env: "py312"
python-version: "3.12"
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- 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/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- 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/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- name: Set up Python3
uses: actions/setup-python@v5.1.0
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
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/checkout@v4.1.5
uses: actions/checkout@v4.1.6
- 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/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- name: Set up Python3
uses: actions/setup-python@v5.1.0
with:
Expand Down

0 comments on commit bf278f2

Please sign in to comment.