We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f26c02 + fe9bcdd commit 665454eCopy full SHA for 665454e
1 file changed
.github/workflows/test-build.yml
@@ -37,13 +37,13 @@ jobs:
37
38
steps:
39
- name: Checkout repository
40
- uses: actions/checkout@v4.2.2
+ uses: actions/checkout@v5.0.0
41
with:
42
token: ${{ secrets.GITHUB_TOKEN }}
43
fetch-depth: 1
44
45
- name: Setup caches
46
- uses: actions/cache@v4.2.3
+ uses: actions/cache@v4.2.4
47
48
path: |
49
~/.cache/pip
0 commit comments