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 fbfed16 commit 96f01ddCopy full SHA for 96f01dd
.github/workflows/main.yml
@@ -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/merge.yml
@@ -17,7 +17,7 @@ jobs:
17
apt-get install git -y
18
19
- name: Clone repository
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
token: ${{ secrets.GIT_USER_TOKEN }}
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Checkout
- name: Release
uses: elementary/actions/release@main
0 commit comments