summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorNicolas Hennion <nicolashennion@gmail.com>2023-09-23 09:21:14 +0200
committerGitHub <noreply@github.com>2023-09-23 09:21:14 +0200
commit56530f4b5a89d225f19e5d84096bf1bc785f42e9 (patch)
treea5d77d44470e667e8abab251ab7c9c8491871015 /.github/workflows/build.yml
parent010e231bdc71b486b01f01620d21b53e9baaaef4 (diff)
parent2fcaa74924361cc79f9dcdbe915f370bf0f4d044 (diff)
Merge pull request #2541 from nicolargo/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index be17203f..3ae9f4d1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install pip install build tools
run: >-
@@ -101,7 +101,7 @@ jobs:
tag: ${{ fromJson(needs.create_Docker_builds.outputs.tags) }}
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Retrieve Repository Docker metadata
id: docker_meta