aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-28 12:13:08 +0100
committerLibravatar GitHub <noreply@github.com>2023-09-28 12:13:08 +0100
commit1ac70d426b6c45fbd8c956d1def5b0248c37e01b (patch)
tree27f7aec058119d97cbfe467d3a2c06b4f866d1c4
parentUpdate submodules [skip ci] (diff)
downloadferdium-server-1ac70d426b6c45fbd8c956d1def5b0248c37e01b.tar.gz
ferdium-server-1ac70d426b6c45fbd8c956d1def5b0248c37e01b.tar.zst
ferdium-server-1ac70d426b6c45fbd8c956d1def5b0248c37e01b.zip
Bump actions/checkout from 3 to 4 (#69)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index cd34278..69e87e2 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -17,7 +17,7 @@ jobs:
17 steps: 17 steps:
18 - 18 -
19 name: Checkout 19 name: Checkout
20 uses: actions/checkout@v3 20 uses: actions/checkout@v4
21 - 21 -
22 name: Check whether there are any commits since this run was last triggered and push them and/or set the output 22 name: Check whether there are any commits since this run was last triggered and push them and/or set the output
23 id: should_run 23 id: should_run