summaryrefslogtreecommitdiff
path: root/.github/workflows/autotools-cmake.yml
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2023-04-17 16:39:06 +0200
committerGitHub <noreply@github.com>2023-04-17 16:39:06 +0200
commit4b98a4e0012c5a9f2a562c7f08acdbf98aa330cb (patch)
treefdda61f8901113495aa37adba92cbfffc54fcfcb /.github/workflows/autotools-cmake.yml
parent76640353f6ed21e6e350973e68f2933d5dde85e8 (diff)
parent71af517c14fdaaa6c91adfd5f570802a947751f4 (diff)
downloadlibexpat-git-4b98a4e0012c5a9f2a562c7f08acdbf98aa330cb.tar.gz
Merge pull request #708 from libexpat/dependabot/github_actions/actions/checkout-3.5.2
Actions(deps): Bump actions/checkout from 3.5.0 to 3.5.2
Diffstat (limited to '.github/workflows/autotools-cmake.yml')
-rw-r--r--.github/workflows/autotools-cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autotools-cmake.yml b/.github/workflows/autotools-cmake.yml
index 987a00ed..c7da5a59 100644
--- a/.github/workflows/autotools-cmake.yml
+++ b/.github/workflows/autotools-cmake.yml
@@ -58,7 +58,7 @@ jobs:
shell: bash
runs-on: "${{ matrix.os }}"
steps:
- - uses: actions/checkout@v3.5.0
+ - uses: actions/checkout@v3.5.2
- name: (Linux) Install build dependencies
if: "${{ runner.os == 'Linux' }}"