Skip to content

Commit

Permalink
Merge pull request #1943 from alphagov/update-github-actions-latest-d…
Browse files Browse the repository at this point in the history
…ependencies

Update GitHub actions latest dependencies
  • Loading branch information
nimalank7 authored Feb 10, 2025
2 parents 2e6ad16 + d7b83ab commit 496e50d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
CRYPTOGRAPHY_DONT_BUILD_RUST: 1
TZ: UTC
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Create Database
run: |
psql --host=postgres --username=postgres --command="CREATE USER ckan_default WITH PASSWORD 'pass' NOSUPERUSER NOCREATEDB NOCREATEROLE;"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-pr-on-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Create charts PR on tags creation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set GH_REF
run: echo "GH_REF=`echo $(git fetch -t -q && git tag | sort --version-sort | tail -n1)`" >> $GITHUB_ENV
- run: bash ./docker/create-pr.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout ckanext-datagovuk repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: alphagov/ckanext-datagovuk
path: ckanext
Expand Down

0 comments on commit 496e50d

Please sign in to comment.