Skip to content

Commit e116331

Browse files
Update actions/checkout action to v6
1 parent 0708528 commit e116331

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
with:
1515
token: ${{ secrets.PAT }}
1616
- name: Get the latest version of OpenVPN

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
BUILD_ID: ${{ github.run_number }}
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Export OpenVPN version to variable
2626
run: echo "OPENVPN_VERSION=$(cat version)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)