Bump actions/checkout from 3 to 4 (#1749)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-04 12:39:52 -07:00 committed by GitHub
parent 6d04596a91
commit 1d50165a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ jobs:
apt-get install git -y
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.GIT_USER_TOKEN }}

View File

@ -20,7 +20,7 @@ jobs:
image: ghcr.io/elementary/docker:${{ matrix.version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
apt update
@ -41,7 +41,7 @@ jobs:
image: valalang/lint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Lint
run: |
io.elementary.vala-lint -d daemon

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
if: github.event.pull_request.merged == true && true == contains(join(github.event.pull_request.labels.*.name), 'Release')
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: elementary/actions/release@master
env:
GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}"