Skip to content

Commit

Permalink
IONOS(ci/build): switch to checkout v4
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Henseler <[email protected]>
  • Loading branch information
bromiesTM committed Jul 24, 2024
1 parent 72bba5e commit f9e5a8e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/easycloud-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ name: EasyCloud Build
on:
pull_request:
paths:
- '.github/workflows/**'
- 'src/**'
- 'apps/**/appinfo/info.xml'
- 'package.json'
- 'package-lock.json'
- 'tsconfig.json'
- '**.js'
- '**.ts'
- '**.vue'
- ".github/workflows/**"
- "src/**"
- "apps/**/appinfo/info.xml"
- "package.json"
- "package-lock.json"
- "tsconfig.json"
- "**.js"
- "**.ts"
- "**.vue"
push:
branches:
- main
Expand All @@ -42,7 +42,7 @@ jobs:
name: easycloud-build
steps:
- name: Checkout server
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down

0 comments on commit f9e5a8e

Please sign in to comment.