Skip to content

Commit 37da768

Browse files
Bump actions/checkout from 4.1.6 to 4.1.7 (#825)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 141ab0a commit 37da768

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- {VERSION: "3.12", TOXENV: "py312", NOTE: "minimal", SODIUM_INSTALL_MINIMAL: "1"}
3131
name: "Linux ${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.NOTE }}"
3232
steps:
33-
- uses: actions/checkout@v4.1.6
33+
- uses: actions/checkout@v4.1.7
3434
- name: Setup python
3535
uses: actions/setup-python@v5
3636
with:
@@ -79,7 +79,7 @@ jobs:
7979
RUNNER: macos-latest
8080
name: "Python ${{ matrix.PYTHON.VERSION }}${{ matrix.PYTHON.NOTE }} on ${{ matrix.RUNNER }}"
8181
steps:
82-
- uses: actions/checkout@v4.1.6
82+
- uses: actions/checkout@v4.1.7
8383
- name: Setup python
8484
uses: actions/setup-python@v5
8585
with:
@@ -112,7 +112,7 @@ jobs:
112112
- {VERSION: "3.12", TOXENV: "py312", SODIUM_MSVC_VERSION: "v142"}
113113
name: "Python ${{ matrix.PYTHON.VERSION }} on Windows ${{ matrix.WINDOWS.ARCH }}"
114114
steps:
115-
- uses: actions/checkout@v4.1.6
115+
- uses: actions/checkout@v4.1.7
116116
- name: Setup python
117117
uses: actions/setup-python@v5
118118
with:

.github/workflows/wheel-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Ridiculous-er workaround for static node20
4040
run: |
4141
cp -R /staticnode/* /staticnodecontainer/
42-
- uses: actions/checkout@v4.1.6
42+
- uses: actions/checkout@v4.1.7
4343
with:
4444
# The tag to build or the tag received by the tag event
4545
ref: ${{ github.event.inputs.version || github.ref }}
@@ -79,7 +79,7 @@ jobs:
7979
BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.10/bin/python3'
8080
name: "Python ${{ matrix.PYTHON.VERSION }} for ABI ${{ matrix.PYTHON.ABI_VERSION }} on macOS"
8181
steps:
82-
- uses: actions/checkout@v4.1.6
82+
- uses: actions/checkout@v4.1.7
8383
with:
8484
# The tag to build or the tag received by the tag event
8585
ref: ${{ github.event.inputs.version || github.ref }}
@@ -127,7 +127,7 @@ jobs:
127127
- {VERSION: "3.9", SODIUM_MSVC_VERSION: "v142", "ABI_VERSION": "cp36"}
128128
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.ABI_VERSION }}"
129129
steps:
130-
- uses: actions/checkout@v4.1.6
130+
- uses: actions/checkout@v4.1.7
131131
with:
132132
# The tag to build or the tag received by the tag event
133133
ref: ${{ github.event.inputs.version || github.ref }}

0 commit comments

Comments
 (0)