Skip to content

Commit 30f9a70

Browse files
committed
chore: bump actions used on github.
Need to check dependabot. It should have been giving me updates on these.
1 parent 99a088e commit 30f9a70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ jobs:
116116
# if: {{ false }}
117117
# continue running if step fails
118118
# continue-on-error: true
119-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
119+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
120120

121121
# Setup version of Python to use
122122
- name: Set Up Python ${{ matrix.python-version }}
123-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
123+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
124124
with:
125125
python-version: ${{ matrix.python-version }}
126126
allow-prereleases: true
@@ -317,7 +317,7 @@ jobs:
317317

318318
- name: Upload coverage to Codecov
319319
# see: https://github.com/codecov/codecov-action#usage
320-
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
320+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
321321
with:
322322
verbose: true
323323
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)