Skip to content

Commit a767525

Browse files
Bump actions/checkout from 3 to 4 (#1)
1 parent f1d628b commit a767525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nginx.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
apt-get -qq install -y ${{ env.apt_deps }}
2323
2424
- name: Checkout source
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

2727
- name: Build nginx binary
2828
run: ./nginx-build.sh "$(pwd)/${output_name}"
@@ -45,7 +45,7 @@ jobs:
4545
output_name: nginx-debian-11-aarch64
4646
steps:
4747
- name: Checkout source
48-
uses: actions/checkout@v3
48+
uses: actions/checkout@v4
4949

5050
- name: Build nginx binary
5151
uses: uraimo/run-on-arch-action@v2

0 commit comments

Comments
 (0)