summaryrefslogtreecommitdiff
path: root/.github/workflows/linux.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-27 17:51:59 +0000
committerGitHub <noreply@github.com>2023-03-27 17:51:59 +0000
commit7f95fb76ea74ed58a20567994edcd79a147d6257 (patch)
treef43a3312527ec8fbe9ca60325af86fadac9e31c1 /.github/workflows/linux.yml
parentd8f43d6757af5ca5aae6cc185d6481f37f6c3be2 (diff)
downloadlibexpat-git-7f95fb76ea74ed58a20567994edcd79a147d6257.tar.gz
Actions(deps): Bump actions/checkout from 3.4.0 to 3.5.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [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/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 2cb19109..7f5229a6 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -83,7 +83,7 @@ jobs:
env:
CFLAGS: -g3 -pipe
steps:
- - uses: actions/checkout@v3.4.0
+ - uses: actions/checkout@v3.5.0
- name: Install build dependencies (MinGW)
if: "${{ contains(matrix.FLAT_ENV, 'mingw') }}"
run: |-