@@ -100,7 +100,7 @@ jobs:
100
100
my_file.write(f"PC_CACHE_KEY={cache_key}")
101
101
102
102
- name : Restore pre-commit cache
103
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
103
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
104
104
if : matrix.session == 'pre-commit'
105
105
with :
106
106
path : ~/.cache/pre-commit
@@ -116,7 +116,7 @@ jobs:
116
116
117
117
- name : Upload coverage data
118
118
if : always() && matrix.session == 'tests' && matrix.python == '3.11' && matrix.os == 'ubuntu-latest'
119
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
119
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
120
120
with :
121
121
# Hack for v4.4 hidden file change
122
122
name : coverage-data
@@ -125,7 +125,7 @@ jobs:
125
125
126
126
- name : Upload documentation
127
127
if : matrix.session == 'docs-build'
128
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
128
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
129
129
with :
130
130
name : docs
131
131
path : docs/_build
@@ -175,4 +175,4 @@ jobs:
175
175
nox --session=coverage -- xml
176
176
177
177
- name : Upload coverage report
178
- uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
178
+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
0 commit comments