Update actions/checkout action to v4

This commit is contained in:
renovate[bot]
2023-09-04 12:45:41 +00:00
committed by GitHub
parent 75919a1d78
commit a86b412617
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-go@v4
with:
go-version: "1.20"
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
env:
IMAGE_NAME: docker_state_exporter
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to GitHub Container Registry