comparison .github/workflows/build-xapian.yml @ 8344:6137598ac8b0

chore(ci): bump actions in build-xapian.yml (dependabot pull request) build-xapian isn't used anymore. But it is a template for testing parts of the ci-tst workflow in isolation to try to fix issues.
author John Rouillard <rouilj@ieee.org>
date Mon, 23 Jun 2025 01:10:42 -0400
parents 7c9d209b598a
children 3db40a355a6c
comparison
equal deleted inserted replaced
8343:1c2a3512d4b5 8344:6137598ac8b0
40 # example directives: 40 # example directives:
41 # disable step 41 # disable step
42 # if: {{ false }} 42 # if: {{ false }}
43 # continue running if step fails 43 # continue running if step fails
44 # continue-on-error: true 44 # continue-on-error: true
45 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 45 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46 46
47 # Setup version of Python to use 47 # Setup version of Python to use
48 - name: Set Up Python 3.13 48 - name: Set Up Python 3.13
49 uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 49 uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
50 with: 50 with:
51 python-version: 3.13 51 python-version: 3.13
52 allow-prereleases: true 52 allow-prereleases: true
53 cache: 'pip' 53 cache: 'pip'
54 54

Roundup Issue Tracker: http://roundup-tracker.org/