Skip to content

Commit

Permalink
Merge pull request #1 from Michsior14/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
build(deps): update actions/checkout action to v4
  • Loading branch information
Michsior14 authored Nov 30, 2023
2 parents 5f97249 + 8b74728 commit 142be30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
Expand All @@ -32,7 +32,7 @@ jobs:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
Expand All @@ -57,7 +57,7 @@ jobs:
app: transmission-gluetun-port.${{ matrix.os }}-${{ matrix.arch }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 142be30

Please sign in to comment.