Skip to content

Commit a57fabc

Browse files
committed
Update workflow - and try to keep actions updated
1 parent 67404c0 commit a57fabc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -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

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
test:
88
runs-on: ubuntu-latest
99
steps:
10-
- name: Set up Git repository
11-
uses: actions/checkout@v1
10+
- uses: actions/checkout@v4
11+
- uses: gautamkrishnar/keepalive-workflow@v2
1212
- name: Compile basic LaTeX document
1313
uses: ./
1414
with:

0 commit comments

Comments
 (0)