Skip to content

Commit

Permalink
Merge pull request #472 from hedgedoc/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmehren committed Sep 1, 2024
2 parents 28a7e7c + 3aee34f commit dffbab8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
HEDGEDOC_IMAGE: quay.io/hedgedoc/hedgedoc-nightly
steps:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Set date
run: echo TODAY=$(date +%Y%m%d) >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
HEDGEDOC_IMAGE: quay.io/hedgedoc/hedgedoc
steps:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Set up QEMU
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
BASE: ${{ matrix.base }} # needed in tests/version.sh
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Build ${{ matrix.base }} image
run: docker buildx build -f ${{ matrix.base }}/Dockerfile -t hedgedoc .
- run: docker network create postgres
Expand Down

0 comments on commit dffbab8

Please sign in to comment.