Merge pull request #21 from hectorm/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
This commit is contained in:
Héctor Molinero Fernández
2023-09-12 22:51:18 +02:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ jobs:
arch: ['native', 'amd64', 'arm64v8'] arch: ['native', 'amd64', 'arm64v8']
steps: steps:
- name: 'Checkout project' - name: 'Checkout project'
uses: 'actions/checkout@v3' uses: 'actions/checkout@v4'
- name: 'Register binfmt entries' - name: 'Register binfmt entries'
if: "matrix.arch != 'native'" if: "matrix.arch != 'native'"
run: | run: |
@@ -50,7 +50,7 @@ jobs:
arch: ['amd64', 'arm64v8'] arch: ['amd64', 'arm64v8']
steps: steps:
- name: 'Checkout project' - name: 'Checkout project'
uses: 'actions/checkout@v3' uses: 'actions/checkout@v4'
- name: 'Download artifacts' - name: 'Download artifacts'
uses: 'actions/download-artifact@v3' uses: 'actions/download-artifact@v3'
with: with:
@@ -75,7 +75,7 @@ jobs:
contents: 'read' contents: 'read'
steps: steps:
- name: 'Checkout project' - name: 'Checkout project'
uses: 'actions/checkout@v3' uses: 'actions/checkout@v4'
- name: 'Login to Docker Hub' - name: 'Login to Docker Hub'
uses: 'docker/login-action@v2' uses: 'docker/login-action@v2'
with: with: