mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 02:25:09 +00:00
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d9790ef72a
commit
889f8a5338
2
.github/workflows/build-and-test-linux.yaml
vendored
2
.github/workflows/build-and-test-linux.yaml
vendored
@ -91,7 +91,7 @@ jobs:
|
|||||||
libc++-${{ matrix.compiler_version }}-dev \
|
libc++-${{ matrix.compiler_version }}-dev \
|
||||||
libc++abi-${{ matrix.compiler_version }}-dev
|
libc++abi-${{ matrix.compiler_version }}-dev
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Configure with CMake
|
- name: Configure with CMake
|
||||||
run: |
|
run: |
|
||||||
set -x # show the commands we're running
|
set -x # show the commands we're running
|
||||||
|
2
.github/workflows/build-and-test-macos.yaml
vendored
2
.github/workflows/build-and-test-macos.yaml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
libxinerama \
|
libxinerama \
|
||||||
lua
|
lua
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Configure with CMake
|
- name: Configure with CMake
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
|
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
|
2
.github/workflows/publish-appimage.yml
vendored
2
.github/workflows/publish-appimage.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
|||||||
libxnvctrl-dev \
|
libxnvctrl-dev \
|
||||||
ncurses-dev
|
ncurses-dev
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Import GPG Deploy Key
|
- name: Import GPG Deploy Key
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.GPG_DEPLOY_KEY }}" > appimage/secret.gpg
|
echo "${{ secrets.GPG_DEPLOY_KEY }}" > appimage/secret.gpg
|
||||||
|
Loading…
Reference in New Issue
Block a user