We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d7f559 + fd59a39 commit 9ac32b7Copy full SHA for 9ac32b7
2 files changed
.github/workflows/lint.yml
@@ -27,7 +27,7 @@ jobs:
27
- services/auth-service
28
- services/pdf-renderer
29
steps:
30
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
31
32
- uses: actions/setup-go@v6
33
with:
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
- name: Checkout
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
34
35
- name: Setup Go
36
uses: actions/setup-go@v6
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
- name: Run integration tests
78
run: make test-integration
0 commit comments