Skip to content

Commit

Permalink
Merge pull request #66 from technologiestiftung/renovate/actions-chec…
Browse files Browse the repository at this point in the history
…kout-4.x

chore(deps): update actions/checkout action to v4
  • Loading branch information
ff6347 authored Sep 11, 2023
2 parents 80d7615 + f286c05 commit 8051b33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
- name: Checkout source repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
fetch-depth: 1
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout technologiestiftung/qtrees-vectortiles
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: base image test via docker compose
env:
GITHUB_TOKEN: ${{secrets.GH_PA_TOKEN}}
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout technologiestiftung/qtrees-vectortiles
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run generator using docker compose
env:
POSTGRES_HOST: ${{env.POSTGRES_HOST}}
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- test-generator
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -128,7 +128,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- name: Checkout source repository
uses: actions/checkout@v3
uses: actions/checkout@v4
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v2
# - name: Set up Docker Buildx
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v2
# - name: Set up Docker Buildx
Expand Down

0 comments on commit 8051b33

Please sign in to comment.