We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0251a12 commit 2c079a5Copy full SHA for 2c079a5
.github/workflows/main.yaml
@@ -21,7 +21,7 @@ jobs:
21
image: ghcr.io/elementary/docker:${{ matrix.version }}
22
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
- name: Install Dependencies
26
run: |
27
apt update
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
if: github.event.pull_request.merged == true && true == contains(join(github.event.pull_request.labels.*.name), 'Release')
11
12
13
- uses: elementary/actions/release@main
14
env:
15
GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}"
0 commit comments