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 2a62cae + f7a4ac9 commit c3aa7baCopy full SHA for c3aa7ba
.github/workflows/pre-commit.yml
@@ -9,6 +9,6 @@ jobs:
9
pre-commit:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- uses: actions/setup-python@v5
14
- uses: pre-commit/action@v3.0.1
.github/workflows/tf-lint.yml
@@ -9,7 +9,7 @@ jobs:
name: Checkout source code
15
- uses: actions/cache@v4
.github/workflows/tfdocs.yml
@@ -5,7 +5,7 @@ jobs:
5
docs:
6
7
8
with:
ref: main
0 commit comments