We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713711f commit cd7c671Copy full SHA for cd7c671
1 file changed
.github/workflows/publish.yml
@@ -11,8 +11,8 @@ jobs:
11
release:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v4
15
+ - uses: actions/checkout@v5
16
with:
17
repository: revolist/revogrid-actions
18
ref: main
@@ -30,8 +30,8 @@ jobs:
30
31
needs: release
32
33
34
35
36
37
0 commit comments