Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit afda59a

Browse files
committed
Update actions/checkout action to v4
1 parent 3634180 commit afda59a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ddnsb0t.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: go
1717

1818
- name: Check out code into the Go module directory
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Download go modules
2222
run: go mod download

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Build docker image
1313
run: |
1414
docker build -t jonpulsifer/ddnsb0t:${{ github.sha }} .

.github/workflows/function.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: go
1919

2020
- name: Check out code into the Go module directory
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Download modules
2424
run: go mod download

0 commit comments

Comments
 (0)