Skip to content

Commit ea53576

Browse files
Merge pull request #38 from simplybusiness/update-ubuntu-version
Update ubuntu version
2 parents b81e9c3 + cb978bd commit ea53576

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/version-forget-me-not.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
statuses: write
1111
jobs:
1212
version-check:
13-
runs-on: ubuntu-18.04
13+
runs-on: ubuntu-latest
1414

1515
steps:
1616
- uses: simplybusiness/version-forget-me-not@v2.3.0

lib/rulezilla/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Rulezilla
4-
VERSION = '0.4.4'
4+
VERSION = '0.4.5'
55
end

0 commit comments

Comments
 (0)