We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3dab3 commit 6feaaf1Copy full SHA for 6feaaf1
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
needs: workflows
23
steps:
24
- name: ⤵️ Check out code from GitHub
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
26
- name: 🚀 Run add-on information action
27
id: information
28
uses: frenck/action-addon-information@v1.4.2
.github/workflows/deploy.yaml
@@ -51,7 +51,7 @@ jobs:
51
version: ${{ steps.release.outputs.version }}
52
53
54
55
56
57
0 commit comments