Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into remove_vpn_create
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkad committed Dec 14, 2023
2 parents 50b0ceb + d05f916 commit 4519fba
Show file tree
Hide file tree
Showing 368 changed files with 72,518 additions and 148,130 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
steps:

- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ^1.18
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1

- name: Get dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
labelIssues:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- name: Apply Issue Labels
uses: github/issue-labeler@v3.2
uses: github/issue-labeler@v3.3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler-issue.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
-
name: Unshallow
run: git fetch --prune --unshallow
-
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.18
-
Expand Down
Loading

0 comments on commit 4519fba

Please sign in to comment.