mirror of
https://github.com/EnumeratedDev/stormfetch.git
synced 2026-09-16 16:06:11 +00:00
Update actions/checkout to v6
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch repository
|
- name: Fetch repository
|
||||||
uses: actions/checkout@3
|
uses: actions/checkout@6
|
||||||
- name: Upgrade packages
|
- name: Upgrade packages
|
||||||
run: apt update -y && apt upgrade -y
|
run: apt update -y && apt upgrade -y
|
||||||
- name: Download and install dependencies
|
- name: Download and install dependencies
|
||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') && needs.test.result == 'success'
|
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') && needs.test.result == 'success'
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch repository
|
- name: Fetch repository
|
||||||
uses: actions/checkout@3
|
uses: actions/checkout@6
|
||||||
- name: Check debian changelog version
|
- name: Check debian changelog version
|
||||||
run: test $(grep '^stormfetch' debian/changelog | head -n1 | grep -Po '(?<=\().*(?=\))' | cut -d '-' -f1) == ${{ github.ref_name }}
|
run: test $(grep '^stormfetch' debian/changelog | head -n1 | grep -Po '(?<=\().*(?=\))' | cut -d '-' -f1) == ${{ github.ref_name }}
|
||||||
- name: Upgrade packages
|
- name: Upgrade packages
|
||||||
|
|||||||
Reference in New Issue
Block a user