Skip to content

Commit

Permalink
chore(deps): update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 14, 2022
1 parent 86f9e6a commit 1635ccc
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-rsync-image.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
- name: Set up QEMU
uses: docker/setup-qemu-action@v1.2.0
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-sshd-image.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
- name: Set up QEMU
uses: docker/setup-qemu-action@v1.2.0
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debug-build.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
- name: Setup Go
uses: actions/setup-go@v3.0.0
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint-build-test.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
- name: Install go
uses: actions/setup-go@v3.0.0
with:
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
- name: Install go
uses: actions/setup-go@v3.0.0
with:
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Install cilium-cli
env:
# renovate: depName=cilium/cilium-cli
CILIUM_CLI_VERSION: v0.11.0
CILIUM_CLI_VERSION: v0.11.1
run: |
wget https://github.com/cilium/cilium-cli/releases/download/${CILIUM_CLI_VERSION}/cilium-linux-amd64.tar.gz
sudo tar xzvfC cilium-linux-amd64.tar.gz /usr/local/bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-rsync-image.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
- name: Set up QEMU
uses: docker/setup-qemu-action@v1.2.0
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-sshd-image.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
- name: Set up QEMU
uses: docker/setup-qemu-action@v1.2.0
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
# to be able to generate the full changelog:
# https://github.com/goreleaser/goreleaser-action/issues/56#issuecomment-568718162
Expand Down

0 comments on commit 1635ccc

Please sign in to comment.