We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cffcd commit 92e9334Copy full SHA for 92e9334
.github/dependabot.yml
@@ -0,0 +1,6 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
.github/workflows/test.yml
@@ -7,8 +7,8 @@ jobs:
7
test:
8
runs-on: ubuntu-latest
9
steps:
10
- - name: Set up Git repository
11
- uses: actions/checkout@v1
+ - uses: actions/checkout@v4
+ - uses: gautamkrishnar/keepalive-workflow@v2
12
- name: Compile basic LaTeX document
13
uses: ./
14
with:
0 commit comments